Html Css Color HEX #AF10AD Deep Magenta

📋 copy color: '#AF10AD'

red 175 ◦ green 16 ◦ blue 173

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

Shades of Deep Magenta #AF10AD

Tints of Deep Magenta #AF10AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.53%

R = 48.08%
G = 4.4%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF10AD (or 0xAF10AD) is known color: Deep Magenta. HEX triplet: AF, 10 and AD. RGB value is (175,16,173). Sum of RGB (Red+Green+Blue) = 175+16+173=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF10AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF10AD is #50EF52. Grayscale: #505050. Windows color (decimal): -5304147 or 11341999. OLE color: 11341999.

HSL color Cylindrical-coordinate representation of color #AF10AD: hue angle of 300.75º 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 #AF10AD is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 173 -
CMYK 0 0.91 0.01 0.31
HSL 300.75º 0.83% 0.37% -
HSV(B) 300.75º 0.91% 0.69% -
XYZ 25.41 12.5 40.61 -
YUV 81.44 179.68 194.73 -
System Red Green Blue C M Y K H S L
Decimal 175 16 173 0 0.91 0.01 0.31 300.75 0.83 0.37
Hex AF 10 AD 0 5B 1 1F 12D 53 25
Octal 257 20 255 0 133 1 37 455 123 45
Binary 10101111 10000 10101101 0 1011011 1 11111 100101101 1010011 100101

Color Harmonies of #AF10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10AD

Black with #AF10AD

Text Example


Text Example

White with #AF10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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