Html Css Color HEX #A02DAB Dark Orchid

📋 copy color: '#A02DAB'

red 160 ◦ green 45 ◦ blue 171

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

Shades of Dark Orchid #A02DAB

Tints of Dark Orchid #A02DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.97%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 42.55%
G = 11.97%
B = 45.48%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A02DAB (or 0xA02DAB) is known color: Dark Orchid. HEX triplet: A0, 2D and AB. RGB value is (160,45,171). Sum of RGB (Red+Green+Blue) = 160+45+171=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #A02DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02DAB is #5FD254. Grayscale: #5D5D5D. Windows color (decimal): -6279765 or 11218336. OLE color: 11218336.

HSL color Cylindrical-coordinate representation of color #A02DAB: hue angle of 294.76º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02DAB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 45 171 -
CMYK 0.06 0.74 0 0.33
HSL 294.76º 0.58% 0.42% -
HSV(B) 294.76º 0.74% 0.67% -
XYZ 22.79 12.29 39.7 -
YUV 93.75 171.6 175.25 -
System Red Green Blue C M Y K H S L
Decimal 160 45 171 0.06 0.74 0 0.33 294.76 0.58 0.42
Hex A0 2D AB 6 4A 0 21 127 3A 2A
Octal 240 55 253 6 112 0 41 447 72 52
Binary 10100000 101101 10101011 110 1001010 0 100001 100100111 111010 101010

Color Harmonies of #A02DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02DAB

Black with #A02DAB

Text Example


Text Example

White with #A02DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02DAB; }

 p { color: rgb(160,45,171); }

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

background-color css

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

 a { background-color: rgb(160,45,171); }

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

border-color css

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

 span { border-color: rgb(160,45,171); }

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