#A422AC

Color #A422AC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A422AC

Tints of Dark Orchid #A422AC

Color information

#A422AC (or 0xA422AC) is unknown color: approx Dark Orchid. HEX triplet: A4, 22 and AC. RGB value is (164,34,172). Sum of RGB (Red+Green+Blue) = 164+34+172=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #A422AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A422AC is #5BDD53. Grayscale: #585858. Windows color (decimal): -6020436 or 11281060. OLE color: 11281060.

HSL color Cylindrical-coordinate representation of color #A422AC: hue angle of 296.52º 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 #A422AC is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16434172-
CMYK0.050.8000.33
HSL296.52º66.99%40.39%-
HSV(B)296.52º80.23%67.45%-
XYZ23.3312.0240.12-
YUV88.6175.07181.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 34 (13.67% from 255) = 9.19%
BLUE value IS 172 (67.58% from 255) = 46.49%
R=44.32%
G=9.19%
B=46.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164341720.050.8000.33296.5266.9940.39
HexA422AC5500211294328
Octal24442254512004145110350
Binary1010010010001010101100101101000001000011001010011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A422AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A422AC; }

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

 H1.HeaderClassName
 {
   color: #A422AC;
 }
 .AnyTagClassName
 {
   color: #A422AC;
 }
</style>
background-color css

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

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

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

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

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

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