#AB33BD

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

Shades of Dark Orchid #AB33BD

Tints of Dark Orchid #AB33BD

Color information

#AB33BD (or 0xAB33BD) is unknown color: approx Dark Orchid. HEX triplet: AB, 33 and BD. RGB value is (171,51,189). Sum of RGB (Red+Green+Blue) = 171+51+189=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB33BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33BD is #54CC42. Grayscale: #666666. Windows color (decimal): -5557315 or 12399531. OLE color: 12399531.

HSL color Cylindrical-coordinate representation of color #AB33BD: hue angle of 292.17º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB33BD is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17151189-
CMYK0.100.7300.26
HSL292.17º57.5%47.06%-
HSV(B)292.17º73.02%74.12%-
XYZ27.1614.749.55-
YUV102.61176.76176.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 189 (74.22% from 255) = 45.99%
R=41.61%
G=12.41%
B=45.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171511890.100.7300.26292.1757.547.06
HexAB33BDA4901A1243a2f
Octal25363275121110324447257
Binary101010111100111011110110101001001011010100100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB33BD; }

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

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

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

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

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

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

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

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