Html Css Color HEX #AF10C5 Deep Magenta

📋 copy color: '#AF10C5'

red 175 ◦ green 16 ◦ blue 197

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

Shades of Deep Magenta #AF10C5

Tints of Deep Magenta #AF10C5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.12%

 BLUE value IS 197 (77.34% from 255) = 50.77%

R = 45.1%
G = 4.12%
B = 50.77%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF10C5 (or 0xAF10C5) is known color: Deep Magenta. HEX triplet: AF, 10 and C5. RGB value is (175,16,197). Sum of RGB (Red+Green+Blue) = 175+16+197=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF10C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10C5 is #50EF3A. Grayscale: #535353. Windows color (decimal): -5304123 or 12914863. OLE color: 12914863.

HSL color Cylindrical-coordinate representation of color #AF10C5: hue angle of 292.71º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF10C5 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 16 197 -
CMYK 0.11 0.92 0 0.23
HSL 292.71º 0.85% 0.42% -
HSV(B) 292.71º 0.92% 0.77% -
XYZ 27.94 13.52 53.96 -
YUV 84.18 191.68 192.78 -
System Red Green Blue C M Y K H S L
Decimal 175 16 197 0.11 0.92 0 0.23 292.71 0.85 0.42
Hex AF 10 C5 B 5C 0 17 125 55 2A
Octal 257 20 305 13 134 0 27 445 125 52
Binary 10101111 10000 11000101 1011 1011100 0 10111 100100101 1010101 101010

Color Harmonies of #AF10C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10C5

Black with #AF10C5

Text Example


Text Example

White with #AF10C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10C5; }

 p { color: rgb(175,16,197); }

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

background-color css

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

 a { background-color: rgb(175,16,197); }

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

border-color css

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

 span { border-color: rgb(175,16,197); }

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