Html Css Color HEX #AF17C6 Deep Magenta

📋 copy color: '#AF17C6'

red 175 ◦ green 23 ◦ blue 198

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

Shades of Deep Magenta #AF17C6

Tints of Deep Magenta #AF17C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50%

R = 44.19%
G = 5.81%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF17C6 (or 0xAF17C6) is known color: Deep Magenta. HEX triplet: AF, 17 and C6. RGB value is (175,23,198). Sum of RGB (Red+Green+Blue) = 175+23+198=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF17C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17C6 is #50E839. Grayscale: #575757. Windows color (decimal): -5302330 or 12982191. OLE color: 12982191.

HSL color Cylindrical-coordinate representation of color #AF17C6: hue angle of 292.11º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF17C6 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 23 198 -
CMYK 0.12 0.88 0 0.22
HSL 292.11º 0.79% 0.43% -
HSV(B) 292.11º 0.88% 0.78% -
XYZ 28.18 13.8 54.61 -
YUV 88.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 175 23 198 0.12 0.88 0 0.22 292.11 0.79 0.43
Hex AF 17 C6 C 58 0 16 124 4F 2B
Octal 257 27 306 14 130 0 26 444 117 53
Binary 10101111 10111 11000110 1100 1011000 0 10110 100100100 1001111 101011

Color Harmonies of #AF17C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17C6

Black with #AF17C6

Text Example


Text Example

White with #AF17C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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