#AB2EBF

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

Shades of Dark Orchid #AB2EBF

Tints of Dark Orchid #AB2EBF

Color information

#AB2EBF (or 0xAB2EBF) is unknown color: approx Dark Orchid. HEX triplet: AB, 2E and BF. RGB value is (171,46,191). Sum of RGB (Red+Green+Blue) = 171+46+191=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB2EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2EBF is #54D140. Grayscale: #636363. Windows color (decimal): -5558593 or 12529323. OLE color: 12529323.

HSL color Cylindrical-coordinate representation of color #AB2EBF: hue angle of 291.72º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2EBF is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17146191-
CMYK0.100.7600.25
HSL291.72º61.18%46.47%-
HSV(B)291.72º75.92%74.9%-
XYZ27.1814.3750.63-
YUV99.9179.41178.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 46 (18.36% from 255) = 11.27%
BLUE value IS 191 (75% from 255) = 46.81%
R=41.91%
G=11.27%
B=46.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171461910.100.7600.25291.7261.1846.47
HexAB2EBFA4C0191243d2e
Octal25356277121140314447556
Binary101010111011101011111110101001100011001100100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2EBF; }

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

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

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

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

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

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

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

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