#AB3CDE

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

Shades of Dark Orchid #AB3CDE

Tints of Dark Orchid #AB3CDE

Color information

#AB3CDE (or 0xAB3CDE) is unknown color: approx Dark Orchid. HEX triplet: AB, 3C and DE. RGB value is (171,60,222). Sum of RGB (Red+Green+Blue) = 171+60+222=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB3CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CDE is #54C321. Grayscale: #6F6F6F. Windows color (decimal): -5554978 or 14564523. OLE color: 14564523.

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

Color convert

RGB17160222-
CMYK0.230.7300.13
HSL281.11º71.05%55.29%-
HSV(B)281.11º72.97%87.06%-
XYZ31.617.1670.75-
YUV111.66190.27170.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 60 (23.83% from 255) = 13.25%
BLUE value IS 222 (87.11% from 255) = 49.01%
R=37.75%
G=13.25%
B=49.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171602220.230.7300.13281.1171.0555.29
HexAB3CDE17490D1194737
Octal253743362711101543110767
Binary1010101111110011011110101111001001011011000110011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3CDE; }

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

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

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

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

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

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

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

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