Html Css Color HEX #AF10C6 Deep Magenta

📋 copy color: '#AF10C6'

red 175 ◦ green 16 ◦ blue 198

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

Shades of Deep Magenta #AF10C6

Tints of Deep Magenta #AF10C6

RGB

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

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

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

R = 44.99%
G = 4.11%
B = 50.9%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF10C6 (or 0xAF10C6) is known color: Deep Magenta. HEX triplet: AF, 10 and C6. RGB value is (175,16,198). Sum of RGB (Red+Green+Blue) = 175+16+198=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF10C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10C6 is #50EF39. Grayscale: #535353. Windows color (decimal): -5304122 or 12980399. OLE color: 12980399.

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

Color convert

RGB 175 16 198 -
CMYK 0.12 0.92 0 0.22
HSL 292.42º 0.85% 0.42% -
HSV(B) 292.42º 0.92% 0.78% -
XYZ 28.06 13.56 54.56 -
YUV 84.29 192.18 192.7 -
System Red Green Blue C M Y K H S L
Decimal 175 16 198 0.12 0.92 0 0.22 292.42 0.85 0.42
Hex AF 10 C6 C 5C 0 16 124 55 2A
Octal 257 20 306 14 134 0 26 444 125 52
Binary 10101111 10000 11000110 1100 1011100 0 10110 100100100 1010101 101010

Color Harmonies of #AF10C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10C6

Black with #AF10C6

Text Example


Text Example

White with #AF10C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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