#AB33E4

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

Shades of Dark Orchid #AB33E4

Tints of Dark Orchid #AB33E4

Color information

#AB33E4 (or 0xAB33E4) is unknown color: approx Dark Orchid. HEX triplet: AB, 33 and E4. RGB value is (171,51,228). Sum of RGB (Red+Green+Blue) = 171+51+228=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 228 (89.45% from 255 or 50.67% from 450); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB33E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33E4 is #54CC1B. Grayscale: #6A6A6A. Windows color (decimal): -5557276 or 14955435. OLE color: 14955435.

HSL color Cylindrical-coordinate representation of color #AB33E4: hue angle of 280.68º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB33E4 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17151228-
CMYK0.250.7800.11
HSL280.68º76.62%54.71%-
HSV(B)280.68º77.63%89.41%-
XYZ31.9816.6374.92-
YUV107.06196.26173.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 51 (20.31% from 255) = 11.33%
BLUE value IS 228 (89.45% from 255) = 50.67%
R=38%
G=11.33%
B=50.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal171512280.250.7800.11280.6876.6254.71
HexAB33E4194E0B1194d37
Octal253633443111601343111567
Binary1010101111001111100100110011001110010111000110011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB33E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB33E4; }

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

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

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

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

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

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

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

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