#AB2EBD

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

Shades of Dark Orchid #AB2EBD

Tints of Dark Orchid #AB2EBD

Color information

#AB2EBD (or 0xAB2EBD) is unknown color: approx Dark Orchid. HEX triplet: AB, 2E and BD. RGB value is (171,46,189). Sum of RGB (Red+Green+Blue) = 171+46+189=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB2EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2EBD is #54D142. Grayscale: #636363. Windows color (decimal): -5558595 or 12398251. OLE color: 12398251.

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

Color convert

RGB17146189-
CMYK0.100.7600.26
HSL292.45º60.85%46.08%-
HSV(B)292.45º75.66%74.12%-
XYZ26.9614.2949.48-
YUV99.68178.41178.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 46 (18.36% from 255) = 11.33%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=42.12%
G=11.33%
B=46.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171461890.100.7600.26292.4560.8546.08
HexAB2EBDA4C01A1243d2e
Octal25356275121140324447556
Binary101010111011101011110110101001100011010100100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2EBD; }

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

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

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

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

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

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

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

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