#AB22C6

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

Shades of Dark Orchid #AB22C6

Tints of Dark Orchid #AB22C6

Color information

#AB22C6 (or 0xAB22C6) is unknown color: approx Dark Orchid. HEX triplet: AB, 22 and C6. RGB value is (171,34,198). Sum of RGB (Red+Green+Blue) = 171+34+198=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB22C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB22C6 is #54DD39. Grayscale: #5D5D5D. Windows color (decimal): -5561658 or 12985003. OLE color: 12985003.

HSL color Cylindrical-coordinate representation of color #AB22C6: hue angle of 290.12º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB22C6 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17134198-
CMYK0.140.8300.22
HSL290.12º70.69%45.49%-
HSV(B)290.12º82.83%77.65%-
XYZ27.5613.8854.65-
YUV93.66186.89183.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 34 (13.67% from 255) = 8.44%
BLUE value IS 198 (77.73% from 255) = 49.13%
R=42.43%
G=8.44%
B=49.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171341980.140.8300.22290.1270.6945.49
HexAB22C6E53016122472d
Octal253423061612302644210755
Binary1010101110001011000110111010100110101101001000101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB22C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB22C6; }

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

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

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

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

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

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

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

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