Html Css Color HEX #A020AC Dark Orchid

📋 copy color: '#A020AC'

red 160 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #A020AC

Tints of Dark Orchid #A020AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

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

R = 43.96%
G = 8.79%
B = 47.25%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A020AC (or 0xA020AC) is known color: Dark Orchid. HEX triplet: A0, 20 and AC. RGB value is (160,32,172). Sum of RGB (Red+Green+Blue) = 160+32+172=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #A020AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A020AC is #5FDF53. Grayscale: #555555. Windows color (decimal): -6283092 or 11280544. OLE color: 11280544.

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

Color convert

RGB 160 32 172 -
CMYK 0.07 0.81 0 0.33
HSL 294.86º 0.69% 0.4% -
HSV(B) 294.86º 0.81% 0.67% -
XYZ 22.46 11.49 40.06 -
YUV 86.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 160 32 172 0.07 0.81 0 0.33 294.86 0.69 0.4
Hex A0 20 AC 7 51 0 21 127 45 28
Octal 240 40 254 7 121 0 41 447 105 50
Binary 10100000 100000 10101100 111 1010001 0 100001 100100111 1000101 101000

Color Harmonies of #A020AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020AC

Black with #A020AC

Text Example


Text Example

White with #A020AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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