Html Css Color HEX #AA00AF Deep Magenta

📋 copy color: '#AA00AF'

red 170 ◦ green 0 ◦ blue 175

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

Shades of Deep Magenta #AA00AF

Tints of Deep Magenta #AA00AF

RGB

 RED value IS 170 (66.8% from 255) = 49.28%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 175 (68.75% from 255) = 50.72%

R = 49.28%
G = 0%
B = 50.72%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA00AF (or 0xAA00AF) is known color: Deep Magenta. HEX triplet: AA, 00 and AF. RGB value is (170,0,175). Sum of RGB (Red+Green+Blue) = 170+0+175=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA00AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00AF is #55FF50. Grayscale: #464646. Windows color (decimal): -5635921 or 11468970. OLE color: 11468970.

HSL color Cylindrical-coordinate representation of color #AA00AF: hue angle of 298.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00AF is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 0 175 -
CMYK 0.03 1 0 0.31
HSL 298.29º 1% 0.34% -
HSV(B) 298.29º 1% 0.69% -
XYZ 24.32 11.64 41.52 -
YUV 70.78 186.82 198.77 -
System Red Green Blue C M Y K H S L
Decimal 170 0 175 0.03 1 0 0.31 298.29 1 0.34
Hex AA 0 AF 3 64 0 1F 12A 64 22
Octal 252 0 257 3 144 0 37 452 144 42
Binary 10101010 0 10101111 11 1100100 0 11111 100101010 1100100 100010

Color Harmonies of #AA00AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00AF

Black with #AA00AF

Text Example


Text Example

White with #AA00AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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