#AB05AA

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

Shades of Dark Magenta #AB05AA

Tints of Dark Magenta #AB05AA

Color information

#AB05AA (or 0xAB05AA) is unknown color: approx Dark Magenta. HEX triplet: AB, 05 and AA. RGB value is (171,5,170). Sum of RGB (Red+Green+Blue) = 171+5+170=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB05AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB05AA is #54FA55. Grayscale: #484848. Windows color (decimal): -5569110 or 11142571. OLE color: 11142571.

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

Color convert

RGB1715170-
CMYK00.970.010.33
HSL300.36º94.32%34.51%-
HSV(B)300.36º97.08%67.06%-
XYZ24.111.6739.01-
YUV73.44182.5197.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 5 (2.34% from 255) = 1.45%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=49.42%
G=1.45%
B=49.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171517000.970.010.33300.3694.3234.51
HexAB5AA06112112c5e23
Octal2535252014114145413643
Binary10101011101101010100110000111000011001011001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB05AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB05AA; }

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

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

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

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

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

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

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

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