Html Css Color HEX #AF10AF Deep Magenta

📋 copy color: '#AF10AF'

red 175 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #AF10AF

Tints of Deep Magenta #AF10AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 47.81%
G = 4.37%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF10AF (or 0xAF10AF) is known color: Deep Magenta. HEX triplet: AF, 10 and AF. RGB value is (175,16,175). Sum of RGB (Red+Green+Blue) = 175+16+175=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF10AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF10AF is #50EF50. Grayscale: #515151. Windows color (decimal): -5304145 or 11473071. OLE color: 11473071.

HSL color Cylindrical-coordinate representation of color #AF10AF: hue angle of 300º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF10AF is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 175 -
CMYK 0 0.91 0 0.31
HSL 300º 0.83% 0.37% -
HSV(B) 300º 0.91% 0.69% -
XYZ 25.6 12.58 41.64 -
YUV 81.67 180.68 194.57 -
System Red Green Blue C M Y K H S L
Decimal 175 16 175 0 0.91 0 0.31 300 0.83 0.37
Hex AF 10 AF 0 5B 0 1F 12C 53 25
Octal 257 20 257 0 133 0 37 454 123 45
Binary 10101111 10000 10101111 0 1011011 0 11111 100101100 1010011 100101

Color Harmonies of #AF10AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10AF

Black with #AF10AF

Text Example


Text Example

White with #AF10AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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