Html Css Color HEX #A02CCC Dark Orchid

📋 copy color: '#A02CCC'

red 160 ◦ green 44 ◦ blue 204

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

Shades of Dark Orchid #A02CCC

Tints of Dark Orchid #A02CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.78%

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

R = 39.22%
G = 10.78%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A02CCC (or 0xA02CCC) is known color: Dark Orchid. HEX triplet: A0, 2C and CC. RGB value is (160,44,204). Sum of RGB (Red+Green+Blue) = 160+44+204=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #A02CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CCC is #5FD333. Grayscale: #606060. Windows color (decimal): -6279988 or 13380768. OLE color: 13380768.

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

Color convert

RGB 160 44 204 -
CMYK 0.22 0.78 0 0.2
HSL 283.5º 0.65% 0.49% -
HSV(B) 283.5º 0.78% 0.8% -
XYZ 26.3 13.63 58.37 -
YUV 96.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 160 44 204 0.22 0.78 0 0.2 283.5 0.65 0.49
Hex A0 2C CC 16 4E 0 14 11C 41 31
Octal 240 54 314 26 116 0 24 434 101 61
Binary 10100000 101100 11001100 10110 1001110 0 10100 100011100 1000001 110001

Color Harmonies of #A02CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02CCC

Black with #A02CCC

Text Example


Text Example

White with #A02CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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