Html Css Color HEX #A02ACD Dark Orchid

📋 copy color: '#A02ACD'

red 160 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #A02ACD

Tints of Dark Orchid #A02ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.32%

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 39.31%
G = 10.32%
B = 50.37%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A02ACD (or 0xA02ACD) is known color: Dark Orchid. HEX triplet: A0, 2A and CD. RGB value is (160,42,205). Sum of RGB (Red+Green+Blue) = 160+42+205=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #A02ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ACD is #5FD532. Grayscale: #5F5F5F. Windows color (decimal): -6280499 or 13445792. OLE color: 13445792.

HSL color Cylindrical-coordinate representation of color #A02ACD: hue angle of 283.44º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02ACD is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 42 205 -
CMYK 0.22 0.80 0 0.20
HSL 283.44º 0.66% 0.48% -
HSV(B) 283.44º 0.8% 0.8% -
XYZ 26.34 13.54 58.98 -
YUV 95.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 160 42 205 0.22 0.80 0 0.20 283.44 0.66 0.48
Hex A0 2A CD 16 50 0 14 11B 42 30
Octal 240 52 315 26 120 0 24 433 102 60
Binary 10100000 101010 11001101 10110 1010000 0 10100 100011011 1000010 110000

Color Harmonies of #A02ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02ACD

Black with #A02ACD

Text Example


Text Example

White with #A02ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02ACD; }

 p { color: rgb(160,42,205); }

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

background-color css

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

 a { background-color: rgb(160,42,205); }

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

border-color css

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

 span { border-color: rgb(160,42,205); }

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