Html Css Color HEX #A03FCC Dark Orchid

📋 copy color: '#A03FCC'

red 160 ◦ green 63 ◦ blue 204

#A03FCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A03FCC

Tints of Dark Orchid #A03FCC

RGB

 RED value IS 160 (62.89% from 255) = 37.47%

 GREEN value IS 63 (25% from 255) = 14.75%

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 37.47%
G = 14.75%
B = 47.78%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A03FCC (or 0xA03FCC) is known color: Dark Orchid. HEX triplet: A0, 3F and CC. RGB value is (160,63,204). Sum of RGB (Red+Green+Blue) = 160+63+204=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #A03FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FCC is #5FC033. Grayscale: #6B6B6B. Windows color (decimal): -6275124 or 13385632. OLE color: 13385632.

HSL color Cylindrical-coordinate representation of color #A03FCC: hue angle of 281.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03FCC is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 63 204 -
CMYK 0.22 0.69 0 0.2
HSL 281.28º 0.58% 0.52% -
HSV(B) 281.28º 0.69% 0.8% -
XYZ 27.17 15.39 58.66 -
YUV 108.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 160 63 204 0.22 0.69 0 0.2 281.28 0.58 0.52
Hex A0 3F CC 16 45 0 14 119 3A 34
Octal 240 77 314 26 105 0 24 431 72 64
Binary 10100000 111111 11001100 10110 1000101 0 10100 100011001 111010 110100

Color Harmonies of #A03FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03FCC

Black with #A03FCC

Text Example


Text Example

White with #A03FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03FCC; }

 p { color: rgb(160,63,204); }

 H1.HeaderClassName
 {
   color: #A03FCC;
 }
 .AnyTagClassName
 {
   color: #A03FCC;
 }
</style>

background-color css

<style>
 a { background-color: #A03FCC; }

 a { background-color: rgb(160,63,204); }

 div.DivClassName
 {
   background-color: #A03FCC;
 }
 .BgClassName
 {
   background-color: #A03FCC;
 }
</style>

border-color css

<style>
 span { border-color: #A03FCC; }

 span { border-color: rgb(160,63,204); }

 td.TdClassName
 {
   border-color: #A03FCC;
 }
 .TagClassName
 {
   border-color: #A03FCC;
 }
</style>