Html Css Color HEX #AF16AB Deep Magenta

📋 copy color: '#AF16AB'

red 175 ◦ green 22 ◦ blue 171

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

Shades of Deep Magenta #AF16AB

Tints of Deep Magenta #AF16AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.98%

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

R = 47.55%
G = 5.98%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF16AB (or 0xAF16AB) is known color: Deep Magenta. HEX triplet: AF, 16 and AB. RGB value is (175,22,171). Sum of RGB (Red+Green+Blue) = 175+22+171=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF16AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF16AB is #50E954. Grayscale: #545454. Windows color (decimal): -5302613 or 11212463. OLE color: 11212463.

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

Color convert

RGB 175 22 171 -
CMYK 0 0.87 0.02 0.31
HSL 301.57º 0.78% 0.39% -
HSV(B) 301.57º 0.87% 0.69% -
XYZ 25.32 12.63 39.63 -
YUV 84.73 176.69 192.38 -
System Red Green Blue C M Y K H S L
Decimal 175 22 171 0 0.87 0.02 0.31 301.57 0.78 0.39
Hex AF 16 AB 0 57 2 1F 12E 4E 27
Octal 257 26 253 0 127 2 37 456 116 47
Binary 10101111 10110 10101011 0 1010111 10 11111 100101110 1001110 100111

Color Harmonies of #AF16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16AB

Black with #AF16AB

Text Example


Text Example

White with #AF16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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