Html Css Color HEX #AA08AF Deep Magenta

📋 copy color: '#AA08AF'

red 170 ◦ green 8 ◦ blue 175

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

Shades of Deep Magenta #AA08AF

Tints of Deep Magenta #AA08AF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.27%

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

R = 48.16%
G = 2.27%
B = 49.58%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA08AF (or 0xAA08AF) is known color: Deep Magenta. HEX triplet: AA, 08 and AF. RGB value is (170,8,175). Sum of RGB (Red+Green+Blue) = 170+8+175=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA08AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA08AF is #55F750. Grayscale: #4A4A4A. Windows color (decimal): -5633873 or 11471018. OLE color: 11471018.

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

Color convert

RGB 170 8 175 -
CMYK 0.03 0.95 0 0.31
HSL 298.2º 0.91% 0.36% -
HSV(B) 298.2º 0.95% 0.69% -
XYZ 24.4 11.81 41.55 -
YUV 75.48 184.17 195.42 -
System Red Green Blue C M Y K H S L
Decimal 170 8 175 0.03 0.95 0 0.31 298.2 0.91 0.36
Hex AA 8 AF 3 5F 0 1F 12A 5B 24
Octal 252 10 257 3 137 0 37 452 133 44
Binary 10101010 1000 10101111 11 1011111 0 11111 100101010 1011011 100100

Color Harmonies of #AA08AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA08AF

Black with #AA08AF

Text Example


Text Example

White with #AA08AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA08AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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