Html Css Color HEX #AF17C3 Deep Magenta

📋 copy color: '#AF17C3'

red 175 ◦ green 23 ◦ blue 195

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

Shades of Deep Magenta #AF17C3

Tints of Deep Magenta #AF17C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.62%

R = 44.53%
G = 5.85%
B = 49.62%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF17C3 (or 0xAF17C3) is known color: Deep Magenta. HEX triplet: AF, 17 and C3. RGB value is (175,23,195). Sum of RGB (Red+Green+Blue) = 175+23+195=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF17C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17C3 is #50E83C. Grayscale: #575757. Windows color (decimal): -5302333 or 12785583. OLE color: 12785583.

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

Color convert

RGB 175 23 195 -
CMYK 0.10 0.88 0 0.24
HSL 293.02º 0.79% 0.43% -
HSV(B) 293.02º 0.88% 0.76% -
XYZ 27.84 13.67 52.8 -
YUV 88.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 175 23 195 0.10 0.88 0 0.24 293.02 0.79 0.43
Hex AF 17 C3 A 58 0 18 125 4F 2B
Octal 257 27 303 12 130 0 30 445 117 53
Binary 10101111 10111 11000011 1010 1011000 0 11000 100100101 1001111 101011

Color Harmonies of #AF17C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17C3

Black with #AF17C3

Text Example


Text Example

White with #AF17C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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