Html Css Color HEX #AF17B4 Deep Magenta

📋 copy color: '#AF17B4'

red 175 ◦ green 23 ◦ blue 180

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

Shades of Deep Magenta #AF17B4

Tints of Deep Magenta #AF17B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.62%

R = 46.3%
G = 6.08%
B = 47.62%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF17B4 (or 0xAF17B4) is known color: Deep Magenta. HEX triplet: AF, 17 and B4. RGB value is (175,23,180). Sum of RGB (Red+Green+Blue) = 175+23+180=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF17B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17B4 is #50E84B. Grayscale: #555555. Windows color (decimal): -5302348 or 11802543. OLE color: 11802543.

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

Color convert

RGB 175 23 180 -
CMYK 0.03 0.87 0 0.29
HSL 298.09º 0.77% 0.4% -
HSV(B) 298.09º 0.87% 0.71% -
XYZ 26.22 13.02 44.31 -
YUV 86.35 180.86 191.23 -
System Red Green Blue C M Y K H S L
Decimal 175 23 180 0.03 0.87 0 0.29 298.09 0.77 0.4
Hex AF 17 B4 3 57 0 1D 12A 4D 28
Octal 257 27 264 3 127 0 35 452 115 50
Binary 10101111 10111 10110100 11 1010111 0 11101 100101010 1001101 101000

Color Harmonies of #AF17B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17B4

Black with #AF17B4

Text Example


Text Example

White with #AF17B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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