Html Css Color HEX #A021AC Dark Orchid

📋 copy color: '#A021AC'

red 160 ◦ green 33 ◦ blue 172

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

Shades of Dark Orchid #A021AC

Tints of Dark Orchid #A021AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

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

R = 43.84%
G = 9.04%
B = 47.12%

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

#A021AC (or 0xA021AC) is known color: Dark Orchid. HEX triplet: A0, 21 and AC. RGB value is (160,33,172). Sum of RGB (Red+Green+Blue) = 160+33+172=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #A021AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A021AC is #5FDE53. Grayscale: #565656. Windows color (decimal): -6282836 or 11280800. OLE color: 11280800.

HSL color Cylindrical-coordinate representation of color #A021AC: hue angle of 294.82º degrees, saturation: 0.68, 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 #A021AC is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 33 172 -
CMYK 0.07 0.81 0 0.33
HSL 294.82º 0.68% 0.4% -
HSV(B) 294.82º 0.81% 0.67% -
XYZ 22.49 11.54 40.07 -
YUV 86.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 160 33 172 0.07 0.81 0 0.33 294.82 0.68 0.4
Hex A0 21 AC 7 51 0 21 127 44 28
Octal 240 41 254 7 121 0 41 447 104 50
Binary 10100000 100001 10101100 111 1010001 0 100001 100100111 1000100 101000

Color Harmonies of #A021AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021AC

Black with #A021AC

Text Example


Text Example

White with #A021AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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