Html Css Color HEX #A022AC Dark Orchid

📋 copy color: '#A022AC'

red 160 ◦ green 34 ◦ blue 172

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

Shades of Dark Orchid #A022AC

Tints of Dark Orchid #A022AC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.29%

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

R = 43.72%
G = 9.29%
B = 46.99%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A022AC (or 0xA022AC) is known color: Dark Orchid. HEX triplet: A0, 22 and AC. RGB value is (160,34,172). Sum of RGB (Red+Green+Blue) = 160+34+172=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #A022AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A022AC is #5FDD53. Grayscale: #565656. Windows color (decimal): -6282580 or 11281056. OLE color: 11281056.

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

Color convert

RGB 160 34 172 -
CMYK 0.07 0.80 0 0.33
HSL 294.78º 0.67% 0.4% -
HSV(B) 294.78º 0.8% 0.67% -
XYZ 22.52 11.6 40.08 -
YUV 87.41 175.74 179.78 -
System Red Green Blue C M Y K H S L
Decimal 160 34 172 0.07 0.80 0 0.33 294.78 0.67 0.4
Hex A0 22 AC 7 50 0 21 127 43 28
Octal 240 42 254 7 120 0 41 447 103 50
Binary 10100000 100010 10101100 111 1010000 0 100001 100100111 1000011 101000

Color Harmonies of #A022AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A022AC

Black with #A022AC

Text Example


Text Example

White with #A022AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A022AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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