Html Css Color HEX #A02DAC Dark Orchid

📋 copy color: '#A02DAC'

red 160 ◦ green 45 ◦ blue 172

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

Shades of Dark Orchid #A02DAC

Tints of Dark Orchid #A02DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 42.44%
G = 11.94%
B = 45.62%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A02DAC (or 0xA02DAC) is known color: Dark Orchid. HEX triplet: A0, 2D and AC. RGB value is (160,45,172). Sum of RGB (Red+Green+Blue) = 160+45+172=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #A02DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02DAC is #5FD253. Grayscale: #5D5D5D. Windows color (decimal): -6279764 or 11283872. OLE color: 11283872.

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

Color convert

RGB 160 45 172 -
CMYK 0.07 0.74 0 0.33
HSL 294.33º 0.59% 0.43% -
HSV(B) 294.33º 0.74% 0.67% -
XYZ 22.88 12.33 40.2 -
YUV 93.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 160 45 172 0.07 0.74 0 0.33 294.33 0.59 0.43
Hex A0 2D AC 7 4A 0 21 126 3B 2B
Octal 240 55 254 7 112 0 41 446 73 53
Binary 10100000 101101 10101100 111 1001010 0 100001 100100110 111011 101011

Color Harmonies of #A02DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02DAC

Black with #A02DAC

Text Example


Text Example

White with #A02DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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