Html Css Color HEX #AF01AB Deep Magenta

📋 copy color: '#AF01AB'

red 175 ◦ green 1 ◦ blue 171

#AF01AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #AF01AB

Tints of Deep Magenta #AF01AB

RGB

 RED value IS 175 (68.75% from 255) = 50.43%

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 50.43%
G = 0.29%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF01AB (or 0xAF01AB) is known color: Deep Magenta. HEX triplet: AF, 01 and AB. RGB value is (175,1,171). Sum of RGB (Red+Green+Blue) = 175+1+171=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF01AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF01AB is #50FE54. Grayscale: #474747. Windows color (decimal): -5307989 or 11207087. OLE color: 11207087.

HSL color Cylindrical-coordinate representation of color #AF01AB: hue angle of 301.38º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF01AB is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 171 -
CMYK 0 0.99 0.02 0.31
HSL 301.38º 0.99% 0.35% -
HSV(B) 301.38º 0.99% 0.69% -
XYZ 25.04 12.08 39.54 -
YUV 72.41 183.65 201.18 -
System Red Green Blue C M Y K H S L
Decimal 175 1 171 0 0.99 0.02 0.31 301.38 0.99 0.35
Hex AF 1 AB 0 63 2 1F 12D 63 23
Octal 257 1 253 0 143 2 37 455 143 43
Binary 10101111 1 10101011 0 1100011 10 11111 100101101 1100011 100011

Color Harmonies of #AF01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01AB

Black with #AF01AB

Text Example


Text Example

White with #AF01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01AB; }

 p { color: rgb(175,1,171); }

 H1.HeaderClassName
 {
   color: #AF01AB;
 }
 .AnyTagClassName
 {
   color: #AF01AB;
 }
</style>

background-color css

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

 a { background-color: rgb(175,1,171); }

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

border-color css

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

 span { border-color: rgb(175,1,171); }

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