#AB33DE

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

Shades of Dark Orchid #AB33DE

Tints of Dark Orchid #AB33DE

Color information

#AB33DE (or 0xAB33DE) is unknown color: approx Dark Orchid. HEX triplet: AB, 33 and DE. RGB value is (171,51,222). Sum of RGB (Red+Green+Blue) = 171+51+222=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB33DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33DE is #54CC21. Grayscale: #696969. Windows color (decimal): -5557282 or 14562219. OLE color: 14562219.

HSL color Cylindrical-coordinate representation of color #AB33DE: hue angle of 282.11º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB33DE is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17151222-
CMYK0.230.7700.13
HSL282.11º72.15%53.53%-
HSV(B)282.11º77.03%87.06%-
XYZ31.1616.370.61-
YUV106.37193.26174.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 51 (20.31% from 255) = 11.49%
BLUE value IS 222 (87.11% from 255) = 50%
R=38.51%
G=11.49%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171512220.230.7700.13282.1172.1553.53
HexAB33DE174D0D11a4836
Octal253633362711501543211066
Binary1010101111001111011110101111001101011011000110101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB33DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB33DE; }

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

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

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

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

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

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

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

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