Html Css Color HEX #AF12AD Deep Magenta

📋 copy color: '#AF12AD'

red 175 ◦ green 18 ◦ blue 173

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

Shades of Deep Magenta #AF12AD

Tints of Deep Magenta #AF12AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.92%

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

R = 47.81%
G = 4.92%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF12AD (or 0xAF12AD) is known color: Deep Magenta. HEX triplet: AF, 12 and AD. RGB value is (175,18,173). Sum of RGB (Red+Green+Blue) = 175+18+173=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12AD is #50ED52. Grayscale: #525252. Windows color (decimal): -5303635 or 11342511. OLE color: 11342511.

HSL color Cylindrical-coordinate representation of color #AF12AD: hue angle of 300.76º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF12AD is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 173 -
CMYK 0 0.90 0.01 0.31
HSL 300.76º 0.81% 0.38% -
HSV(B) 300.76º 0.9% 0.69% -
XYZ 25.44 12.56 40.62 -
YUV 82.61 179.01 193.9 -
System Red Green Blue C M Y K H S L
Decimal 175 18 173 0 0.90 0.01 0.31 300.76 0.81 0.38
Hex AF 12 AD 0 5A 1 1F 12D 51 26
Octal 257 22 255 0 132 1 37 455 121 46
Binary 10101111 10010 10101101 0 1011010 1 11111 100101101 1010001 100110

Color Harmonies of #AF12AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12AD

Black with #AF12AD

Text Example


Text Example

White with #AF12AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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