#AB2EB9

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

Shades of Dark Orchid #AB2EB9

Tints of Dark Orchid #AB2EB9

Color information

#AB2EB9 (or 0xAB2EB9) is unknown color: approx Dark Orchid. HEX triplet: AB, 2E and B9. RGB value is (171,46,185). Sum of RGB (Red+Green+Blue) = 171+46+185=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB2EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2EB9 is #54D146. Grayscale: #626262. Windows color (decimal): -5558599 or 12136107. OLE color: 12136107.

HSL color Cylindrical-coordinate representation of color #AB2EB9: hue angle of 293.96º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2EB9 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17146185-
CMYK0.080.7500.27
HSL293.96º60.17%45.29%-
HSV(B)293.96º75.14%72.55%-
XYZ26.5314.1147.23-
YUV99.22176.41179.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 46 (18.36% from 255) = 11.44%
BLUE value IS 185 (72.66% from 255) = 46.02%
R=42.54%
G=11.44%
B=46.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171461850.080.7500.27293.9660.1745.29
HexAB2EB984B01B1263c2d
Octal25356271101130334467455
Binary101010111011101011100110001001011011011100100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2EB9; }

 p { color: rgb(171,46,185); }

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

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

 a { background-color: rgb(171,46,185); }

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

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

 span { border-color: rgb(171,46,185); }

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