Html Css Color HEX #AF07AD Deep Magenta

📋 copy color: '#AF07AD'

red 175 ◦ green 7 ◦ blue 173

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

Shades of Deep Magenta #AF07AD

Tints of Deep Magenta #AF07AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

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

R = 49.3%
G = 1.97%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF07AD (or 0xAF07AD) is known color: Deep Magenta. HEX triplet: AF, 07 and AD. RGB value is (175,7,173). Sum of RGB (Red+Green+Blue) = 175+7+173=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF07AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF07AD is #50F852. Grayscale: #4B4B4B. Windows color (decimal): -5306451 or 11339695. OLE color: 11339695.

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

Color convert

RGB 175 7 173 -
CMYK 0 0.96 0.01 0.31
HSL 300.71º 0.92% 0.36% -
HSV(B) 300.71º 0.96% 0.69% -
XYZ 25.3 12.28 40.57 -
YUV 76.16 182.66 198.5 -
System Red Green Blue C M Y K H S L
Decimal 175 7 173 0 0.96 0.01 0.31 300.71 0.92 0.36
Hex AF 7 AD 0 60 1 1F 12D 5C 24
Octal 257 7 255 0 140 1 37 455 134 44
Binary 10101111 111 10101101 0 1100000 1 11111 100101101 1011100 100100

Color Harmonies of #AF07AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07AD

Black with #AF07AD

Text Example


Text Example

White with #AF07AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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