#AB07B2

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

Shades of Deep Magenta #AB07B2

Tints of Deep Magenta #AB07B2

Color information

#AB07B2 (or 0xAB07B2) is unknown color: approx Deep Magenta. HEX triplet: AB, 07 and B2. RGB value is (171,7,178). Sum of RGB (Red+Green+Blue) = 171+7+178=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB07B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB07B2 is #54F84D. Grayscale: #4B4B4B. Windows color (decimal): -5568590 or 11667371. OLE color: 11667371.

HSL color Cylindrical-coordinate representation of color #AB07B2: hue angle of 297.54º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB07B2 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1717178-
CMYK0.040.9600.30
HSL297.54º92.43%36.27%-
HSV(B)297.54º96.07%69.8%-
XYZ24.9112.0243.13-
YUV75.53185.83196.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 178 (69.92% from 255) = 50%
R=48.03%
G=1.97%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17171780.040.9600.30297.5492.4336.27
HexAB7B246001E12a5c24
Octal2537262414003645213444
Binary101010111111011001010011000000111101001010101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB07B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB07B2; }

 p { color: rgb(171,7,178); }

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

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

 a { background-color: rgb(171,7,178); }

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

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

 span { border-color: rgb(171,7,178); }

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