#A222AB

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

Shades of Dark Orchid #A222AB

Tints of Dark Orchid #A222AB

Color information

#A222AB (or 0xA222AB) is unknown color: approx Dark Orchid. HEX triplet: A2, 22 and AB. RGB value is (162,34,171). Sum of RGB (Red+Green+Blue) = 162+34+171=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #A222AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A222AB is #5DDD54. Grayscale: #575757. Windows color (decimal): -6151509 or 11215522. OLE color: 11215522.

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

Color convert

RGB16234171-
CMYK0.050.8000.33
HSL296.06º66.83%40.2%-
HSV(B)296.06º80.12%67.06%-
XYZ22.8211.7739.6-
YUV87.89174.91180.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 34 (13.67% from 255) = 9.26%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=44.14%
G=9.26%
B=46.59%

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
Decimal162341710.050.8000.33296.0666.8340.2
HexA222AB5500211284328
Octal24242253512004145010350
Binary1010001010001010101011101101000001000011001010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A222AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A222AB; }

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

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

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

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

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

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

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

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