Html Css Color HEX #AF07AA Deep Magenta

📋 copy color: '#AF07AA'

red 175 ◦ green 7 ◦ blue 170

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

Shades of Deep Magenta #AF07AA

Tints of Deep Magenta #AF07AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.3%

R = 49.72%
G = 1.99%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF07AA (or 0xAF07AA) is known color: Deep Magenta. HEX triplet: AF, 07 and AA. RGB value is (175,7,170). Sum of RGB (Red+Green+Blue) = 175+7+170=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF07AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF07AA is #50F855. Grayscale: #4B4B4B. Windows color (decimal): -5306454 or 11143087. OLE color: 11143087.

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

Color convert

RGB 175 7 170 -
CMYK 0 0.96 0.03 0.31
HSL 301.79º 0.92% 0.36% -
HSV(B) 301.79º 0.96% 0.69% -
XYZ 25.01 12.17 39.06 -
YUV 75.81 181.16 198.75 -
System Red Green Blue C M Y K H S L
Decimal 175 7 170 0 0.96 0.03 0.31 301.79 0.92 0.36
Hex AF 7 AA 0 60 3 1F 12E 5C 24
Octal 257 7 252 0 140 3 37 456 134 44
Binary 10101111 111 10101010 0 1100000 11 11111 100101110 1011100 100100

Color Harmonies of #AF07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07AA

Black with #AF07AA

Text Example


Text Example

White with #AF07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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