#AB2DAA

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

Shades of Dark Orchid #AB2DAA

Tints of Dark Orchid #AB2DAA

Color information

#AB2DAA (or 0xAB2DAA) is unknown color: approx Dark Orchid. HEX triplet: AB, 2D and AA. RGB value is (171,45,170). Sum of RGB (Red+Green+Blue) = 171+45+170=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2DAA is #54D255. Grayscale: #606060. Windows color (decimal): -5558870 or 11152811. OLE color: 11152811.

HSL color Cylindrical-coordinate representation of color #AB2DAA: hue angle of 300.48º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2DAA is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17145170-
CMYK00.740.010.33
HSL300.48º58.33%42.35%-
HSV(B)300.48º73.68%67.06%-
XYZ24.9913.4439.31-
YUV96.92169.24180.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 45 (17.97% from 255) = 11.66%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=44.30%
G=11.66%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714517000.740.010.33300.4858.3342.35
HexAB2DAA04A12112c3a2a
Octal2535525201121414547252
Binary1010101110110110101010010010101100001100101100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2DAA; }

 p { color: rgb(171,45,170); }

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

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

 a { background-color: rgb(171,45,170); }

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

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

 span { border-color: rgb(171,45,170); }

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