Html Css Color HEX #AF17B1 Deep Magenta

📋 copy color: '#AF17B1'

red 175 ◦ green 23 ◦ blue 177

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

Shades of Deep Magenta #AF17B1

Tints of Deep Magenta #AF17B1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.13%

 BLUE value IS 177 (69.53% from 255) = 47.2%

R = 46.67%
G = 6.13%
B = 47.2%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF17B1 (or 0xAF17B1) is known color: Deep Magenta. HEX triplet: AF, 17 and B1. RGB value is (175,23,177). Sum of RGB (Red+Green+Blue) = 175+23+177=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF17B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF17B1 is #50E84E. Grayscale: #555555. Windows color (decimal): -5302351 or 11605935. OLE color: 11605935.

HSL color Cylindrical-coordinate representation of color #AF17B1: hue angle of 299.22º degrees, saturation: 0.77, 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 #AF17B1 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 177 -
CMYK 0.01 0.87 0 0.31
HSL 299.22º 0.77% 0.39% -
HSV(B) 299.22º 0.87% 0.69% -
XYZ 25.92 12.9 42.72 -
YUV 86 179.36 191.48 -
System Red Green Blue C M Y K H S L
Decimal 175 23 177 0.01 0.87 0 0.31 299.22 0.77 0.39
Hex AF 17 B1 1 57 0 1F 12B 4D 27
Octal 257 27 261 1 127 0 37 453 115 47
Binary 10101111 10111 10110001 1 1010111 0 11111 100101011 1001101 100111

Color Harmonies of #AF17B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17B1

Black with #AF17B1

Text Example


Text Example

White with #AF17B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17B1; }

 p { color: rgb(175,23,177); }

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

background-color css

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

 a { background-color: rgb(175,23,177); }

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

border-color css

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

 span { border-color: rgb(175,23,177); }

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