#AB2EAD

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

Shades of Dark Orchid #AB2EAD

Tints of Dark Orchid #AB2EAD

Color information

#AB2EAD (or 0xAB2EAD) is unknown color: approx Dark Orchid. HEX triplet: AB, 2E and AD. RGB value is (171,46,173). Sum of RGB (Red+Green+Blue) = 171+46+173=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB2EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2EAD is #54D152. Grayscale: #616161. Windows color (decimal): -5558611 or 11349675. OLE color: 11349675.

HSL color Cylindrical-coordinate representation of color #AB2EAD: hue angle of 299.06º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2EAD is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17146173-
CMYK0.010.7300.32
HSL299.06º57.99%42.94%-
HSV(B)299.06º73.41%67.84%-
XYZ25.3113.6340.83-
YUV97.85170.41180.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 46 (18.36% from 255) = 11.79%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=43.85%
G=11.79%
B=44.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171461730.010.7300.32299.0657.9942.94
HexAB2EAD14902012b3a2b
Octal2535625511110404537253
Binary1010101110111010101101110010010100000100101011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2EAD; }

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

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

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

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

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

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

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

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