#AB22AA

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

Shades of Dark Orchid #AB22AA

Tints of Dark Orchid #AB22AA

Color information

#AB22AA (or 0xAB22AA) is unknown color: approx Dark Orchid. HEX triplet: AB, 22 and AA. RGB value is (171,34,170). Sum of RGB (Red+Green+Blue) = 171+34+170=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB22AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB22AA is #54DD55. Grayscale: #5A5A5A. Windows color (decimal): -5561686 or 11149995. OLE color: 11149995.

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

Color convert

RGB17134170-
CMYK00.800.010.33
HSL300.44º66.83%40.2%-
HSV(B)300.44º80.12%67.06%-
XYZ24.6212.739.18-
YUV90.47172.89185.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 34 (13.67% from 255) = 9.07%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=45.6%
G=9.07%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713417000.800.010.33300.4466.8340.2
HexAB22AA05012112c4328
Octal25342252012014145410350
Binary10101011100010101010100101000011000011001011001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB22AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB22AA; }

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

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

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

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

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

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

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

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