Html Css Color HEX #AF17C2 Deep Magenta

📋 copy color: '#AF17C2'

red 175 ◦ green 23 ◦ blue 194

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

Shades of Deep Magenta #AF17C2

Tints of Deep Magenta #AF17C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.49%

R = 44.64%
G = 5.87%
B = 49.49%

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

#AF17C2 (or 0xAF17C2) is known color: Deep Magenta. HEX triplet: AF, 17 and C2. RGB value is (175,23,194). Sum of RGB (Red+Green+Blue) = 175+23+194=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF17C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17C2 is #50E83D. Grayscale: #575757. Windows color (decimal): -5302334 or 12720047. OLE color: 12720047.

HSL color Cylindrical-coordinate representation of color #AF17C2: hue angle of 293.33º 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 #AF17C2 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 23 194 -
CMYK 0.10 0.88 0 0.24
HSL 293.33º 0.79% 0.43% -
HSV(B) 293.33º 0.88% 0.76% -
XYZ 27.72 13.62 52.21 -
YUV 87.94 187.86 190.1 -
System Red Green Blue C M Y K H S L
Decimal 175 23 194 0.10 0.88 0 0.24 293.33 0.79 0.43
Hex AF 17 C2 A 58 0 18 125 4F 2B
Octal 257 27 302 12 130 0 30 445 117 53
Binary 10101111 10111 11000010 1010 1011000 0 11000 100100101 1001111 101011

Color Harmonies of #AF17C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17C2

Black with #AF17C2

Text Example


Text Example

White with #AF17C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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