#A422AB

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

Shades of Dark Orchid #A422AB

Tints of Dark Orchid #A422AB

Color information

#A422AB (or 0xA422AB) is unknown color: approx Dark Orchid. HEX triplet: A4, 22 and AB. RGB value is (164,34,171). Sum of RGB (Red+Green+Blue) = 164+34+171=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #A422AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A422AB is #5BDD54. Grayscale: #585858. Windows color (decimal): -6020437 or 11215524. OLE color: 11215524.

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

Color convert

RGB16434171-
CMYK0.040.8000.33
HSL296.93º66.83%40.2%-
HSV(B)296.93º80.12%67.06%-
XYZ23.2311.9839.62-
YUV88.49174.57181.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 34 (13.67% from 255) = 9.21%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=44.44%
G=9.21%
B=46.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164341710.040.8000.33296.9366.8340.2
HexA422AB4500211294328
Octal24442253412004145110350
Binary1010010010001010101011100101000001000011001010011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A422AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A422AB; }

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

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

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

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

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

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

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

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