#AB33DC

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

Shades of Dark Orchid #AB33DC

Tints of Dark Orchid #AB33DC

Color information

#AB33DC (or 0xAB33DC) is unknown color: approx Dark Orchid. HEX triplet: AB, 33 and DC. RGB value is (171,51,220). Sum of RGB (Red+Green+Blue) = 171+51+220=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB33DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33DC is #54CC23. Grayscale: #696969. Windows color (decimal): -5557284 or 14431147. OLE color: 14431147.

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

Color convert

RGB17151220-
CMYK0.220.7700.14
HSL282.6º70.71%53.14%-
HSV(B)282.6º76.82%86.27%-
XYZ30.916.1969.21-
YUV106.15192.26174.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 51 (20.31% from 255) = 11.54%
BLUE value IS 220 (86.33% from 255) = 49.77%
R=38.69%
G=11.54%
B=49.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171512200.220.7700.14282.670.7153.14
HexAB33DC164D0E11b4735
Octal253633342611501643310765
Binary1010101111001111011100101101001101011101000110111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB33DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB33DC; }

 p { color: rgb(171,51,220); }

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

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

 a { background-color: rgb(171,51,220); }

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

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

 span { border-color: rgb(171,51,220); }

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