Html Css Color HEX #AA09B3 Deep Magenta

📋 copy color: '#AA09B3'

red 170 ◦ green 9 ◦ blue 179

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

Shades of Deep Magenta #AA09B3

Tints of Deep Magenta #AA09B3

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.51%

 BLUE value IS 179 (70.31% from 255) = 50%

R = 47.49%
G = 2.51%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA09B3 (or 0xAA09B3) is known color: Deep Magenta. HEX triplet: AA, 09 and B3. RGB value is (170,9,179). Sum of RGB (Red+Green+Blue) = 170+9+179=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA09B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09B3 is #55F64C. Grayscale: #4C4C4C. Windows color (decimal): -5633613 or 11733418. OLE color: 11733418.

HSL color Cylindrical-coordinate representation of color #AA09B3: hue angle of 296.82º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA09B3 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 9 179 -
CMYK 0.05 0.95 0 0.30
HSL 296.82º 0.9% 0.37% -
HSV(B) 296.82º 0.95% 0.7% -
XYZ 24.81 12 43.66 -
YUV 76.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 170 9 179 0.05 0.95 0 0.30 296.82 0.9 0.37
Hex AA 9 B3 5 5F 0 1E 129 5A 25
Octal 252 11 263 5 137 0 36 451 132 45
Binary 10101010 1001 10110011 101 1011111 0 11110 100101001 1011010 100101

Color Harmonies of #AA09B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09B3

Black with #AA09B3

Text Example


Text Example

White with #AA09B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09B3; }

 p { color: rgb(170,9,179); }

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

background-color css

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

 a { background-color: rgb(170,9,179); }

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

border-color css

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

 span { border-color: rgb(170,9,179); }

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