#AB2AAD

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

Shades of Dark Orchid #AB2AAD

Tints of Dark Orchid #AB2AAD

Color information

#AB2AAD (or 0xAB2AAD) is unknown color: approx Dark Orchid. HEX triplet: AB, 2A and AD. RGB value is (171,42,173). Sum of RGB (Red+Green+Blue) = 171+42+173=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB2AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2AAD is #54D552. Grayscale: #5F5F5F. Windows color (decimal): -5559635 or 11348651. OLE color: 11348651.

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

Color convert

RGB17142173-
CMYK0.010.7600.32
HSL299.08º60.93%42.16%-
HSV(B)299.08º75.72%67.84%-
XYZ25.1713.3340.78-
YUV95.5171.74181.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 42 (16.80% from 255) = 10.88%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=44.30%
G=10.88%
B=44.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171421730.010.7600.32299.0860.9342.16
HexAB2AAD14C02012b3d2a
Octal2535225511140404537552
Binary1010101110101010101101110011000100000100101011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2AAD; }

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

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

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

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

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

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

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

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