Html Css Color HEX #AF15AD Deep Magenta

📋 copy color: '#AF15AD'

red 175 ◦ green 21 ◦ blue 173

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

Shades of Deep Magenta #AF15AD

Tints of Deep Magenta #AF15AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.69%

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

R = 47.43%
G = 5.69%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF15AD (or 0xAF15AD) is known color: Deep Magenta. HEX triplet: AF, 15 and AD. RGB value is (175,21,173). Sum of RGB (Red+Green+Blue) = 175+21+173=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF15AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF15AD is #50EA52. Grayscale: #535353. Windows color (decimal): -5302867 or 11343279. OLE color: 11343279.

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

Color convert

RGB 175 21 173 -
CMYK 0 0.88 0.01 0.31
HSL 300.78º 0.79% 0.38% -
HSV(B) 300.78º 0.88% 0.69% -
XYZ 25.49 12.67 40.64 -
YUV 84.37 178.02 192.64 -
System Red Green Blue C M Y K H S L
Decimal 175 21 173 0 0.88 0.01 0.31 300.78 0.79 0.38
Hex AF 15 AD 0 58 1 1F 12D 4F 26
Octal 257 25 255 0 130 1 37 455 117 46
Binary 10101111 10101 10101101 0 1011000 1 11111 100101101 1001111 100110

Color Harmonies of #AF15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15AD

Black with #AF15AD

Text Example


Text Example

White with #AF15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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