Html Css Color HEX #AF04AD Deep Magenta

📋 copy color: '#AF04AD'

red 175 ◦ green 4 ◦ blue 173

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

Shades of Deep Magenta #AF04AD

Tints of Deep Magenta #AF04AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 49.72%
G = 1.14%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF04AD (or 0xAF04AD) is known color: Deep Magenta. HEX triplet: AF, 04 and AD. RGB value is (175,4,173). Sum of RGB (Red+Green+Blue) = 175+4+173=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF04AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF04AD is #50FB52. Grayscale: #494949. Windows color (decimal): -5307219 or 11338927. OLE color: 11338927.

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

Color convert

RGB 175 4 173 -
CMYK 0 0.98 0.01 0.31
HSL 300.7º 0.96% 0.35% -
HSV(B) 300.7º 0.98% 0.69% -
XYZ 25.27 12.22 40.56 -
YUV 74.4 183.65 199.76 -
System Red Green Blue C M Y K H S L
Decimal 175 4 173 0 0.98 0.01 0.31 300.7 0.96 0.35
Hex AF 4 AD 0 62 1 1F 12D 60 23
Octal 257 4 255 0 142 1 37 455 140 43
Binary 10101111 100 10101101 0 1100010 1 11111 100101101 1100000 100011

Color Harmonies of #AF04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04AD

Black with #AF04AD

Text Example


Text Example

White with #AF04AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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