Html Css Color HEX #AA03AF Deep Magenta

📋 copy color: '#AA03AF'

red 170 ◦ green 3 ◦ blue 175

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

Shades of Deep Magenta #AA03AF

Tints of Deep Magenta #AA03AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 48.85%
G = 0.86%
B = 50.29%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA03AF (or 0xAA03AF) is known color: Deep Magenta. HEX triplet: AA, 03 and AF. RGB value is (170,3,175). Sum of RGB (Red+Green+Blue) = 170+3+175=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA03AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA03AF is #55FC50. Grayscale: #484848. Windows color (decimal): -5635153 or 11469738. OLE color: 11469738.

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

Color convert

RGB 170 3 175 -
CMYK 0.03 0.98 0 0.31
HSL 298.26º 0.97% 0.35% -
HSV(B) 298.26º 0.98% 0.69% -
XYZ 24.35 11.71 41.53 -
YUV 72.54 185.83 197.51 -
System Red Green Blue C M Y K H S L
Decimal 170 3 175 0.03 0.98 0 0.31 298.26 0.97 0.35
Hex AA 3 AF 3 62 0 1F 12A 61 23
Octal 252 3 257 3 142 0 37 452 141 43
Binary 10101010 11 10101111 11 1100010 0 11111 100101010 1100001 100011

Color Harmonies of #AA03AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03AF

Black with #AA03AF

Text Example


Text Example

White with #AA03AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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