Html Css Color HEX #AF16B5 Deep Magenta

📋 copy color: '#AF16B5'

red 175 ◦ green 22 ◦ blue 181

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

Shades of Deep Magenta #AF16B5

Tints of Deep Magenta #AF16B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.88%

R = 46.3%
G = 5.82%
B = 47.88%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF16B5 (or 0xAF16B5) is known color: Deep Magenta. HEX triplet: AF, 16 and B5. RGB value is (175,22,181). Sum of RGB (Red+Green+Blue) = 175+22+181=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF16B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16B5 is #50E94A. Grayscale: #555555. Windows color (decimal): -5302603 or 11867823. OLE color: 11867823.

HSL color Cylindrical-coordinate representation of color #AF16B5: hue angle of 297.74º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF16B5 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 22 181 -
CMYK 0.03 0.88 0 0.29
HSL 297.74º 0.78% 0.4% -
HSV(B) 297.74º 0.88% 0.71% -
XYZ 26.31 13.02 44.84 -
YUV 85.87 181.69 191.57 -
System Red Green Blue C M Y K H S L
Decimal 175 22 181 0.03 0.88 0 0.29 297.74 0.78 0.4
Hex AF 16 B5 3 58 0 1D 12A 4E 28
Octal 257 26 265 3 130 0 35 452 116 50
Binary 10101111 10110 10110101 11 1011000 0 11101 100101010 1001110 101000

Color Harmonies of #AF16B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16B5

Black with #AF16B5

Text Example


Text Example

White with #AF16B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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