#AB3CEE

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

Shades of Dark Orchid #AB3CEE

Tints of Dark Orchid #AB3CEE

Color information

#AB3CEE (or 0xAB3CEE) is unknown color: approx Dark Orchid. HEX triplet: AB, 3C and EE. RGB value is (171,60,238). Sum of RGB (Red+Green+Blue) = 171+60+238=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB3CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CEE is #54C311. Grayscale: #707070. Windows color (decimal): -5554962 or 15613099. OLE color: 15613099.

HSL color Cylindrical-coordinate representation of color #AB3CEE: hue angle of 277.42º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB3CEE is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17160238-
CMYK0.280.7500.07
HSL277.42º83.96%58.43%-
HSV(B)277.42º74.79%93.33%-
XYZ33.8418.0682.59-
YUV113.48198.27169.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 60 (23.83% from 255) = 12.79%
BLUE value IS 238 (93.36% from 255) = 50.75%
R=36.46%
G=12.79%
B=50.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171602380.280.7500.07277.4283.9658.43
HexAB3CEE1C4B07115543a
Octal25374356341130742512472
Binary101010111111001110111011100100101101111000101011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3CEE; }

 p { color: rgb(171,60,238); }

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

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

 a { background-color: rgb(171,60,238); }

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

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

 span { border-color: rgb(171,60,238); }

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