#AB069A

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

Shades of Dark Magenta #AB069A

Tints of Dark Magenta #AB069A

Color information

#AB069A (or 0xAB069A) is unknown color: approx Dark Magenta. HEX triplet: AB, 06 and 9A. RGB value is (171,6,154). Sum of RGB (Red+Green+Blue) = 171+6+154=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB069A is #54F965. Grayscale: #474747. Windows color (decimal): -5568870 or 10094251. OLE color: 10094251.

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

Color convert

RGB1716154-
CMYK00.960.100.33
HSL306.18º93.22%34.71%-
HSV(B)306.18º96.49%67.06%-
XYZ22.6911.1231.52-
YUV72.21174.16198.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 6 (2.73% from 255) = 1.81%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=51.66%
G=1.81%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171615400.960.100.33306.1893.2234.71
HexAB69A060A211325d23
Octal25362320140124146213543
Binary10101011110100110100110000010101000011001100101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB069A; }

 p { color: rgb(171,6,154); }

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

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

 a { background-color: rgb(171,6,154); }

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

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

 span { border-color: rgb(171,6,154); }

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