#af1ab2

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

Shades of Deep Magenta #AF1AB2

Tints of Deep Magenta #AF1AB2

Color information

#AF1AB2 (or 0xAF1AB2) is unknown color: approx Deep Magenta. HEX triplet: AF, 1A and B2. RGB value is (175,26,178). Sum of RGB (Red+Green+Blue) = 175+26+178=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF1AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1AB2 is #50E54D. Grayscale: #575757. Windows color (decimal): -5301582 or 11672239. OLE color: 11672239.

HSL color Cylindrical-coordinate representation of color #AF1AB2: hue angle of 298.82º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1AB2 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17526178-
CMYK0.020.8500.30
HSL298.82º74.51%40%-
HSV(B)298.82º85.39%69.8%-
XYZ26.0813.0743.27-
YUV87.88178.86190.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 26 (10.55% from 255) = 6.86%
BLUE value IS 178 (69.92% from 255) = 46.97%
R=46.17%
G=6.86%
B=46.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175261780.020.8500.30298.8274.5140
HexAF1AB225501E12b4b28
Octal25732262212503645311350
Binary1010111111010101100101010101010111101001010111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1ab2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1ab2; }

 p { color: rgb(175,26,178); }

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

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

 a { background-color: rgb(175,26,178); }

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

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

 span { border-color: rgb(175,26,178); }

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