Html Css Color HEX #AA10B2 Deep Magenta

📋 copy color: '#AA10B2'

red 170 ◦ green 16 ◦ blue 178

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

Shades of Deep Magenta #AA10B2

Tints of Deep Magenta #AA10B2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.4%

 BLUE value IS 178 (69.92% from 255) = 48.9%

R = 46.7%
G = 4.4%
B = 48.9%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA10B2 (or 0xAA10B2) is known color: Deep Magenta. HEX triplet: AA, 10 and B2. RGB value is (170,16,178). Sum of RGB (Red+Green+Blue) = 170+16+178=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA10B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA10B2 is #55EF4D. Grayscale: #505050. Windows color (decimal): -5631822 or 11669674. OLE color: 11669674.

HSL color Cylindrical-coordinate representation of color #AA10B2: hue angle of 297.04º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA10B2 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 16 178 -
CMYK 0.04 0.91 0 0.30
HSL 297.04º 0.84% 0.38% -
HSV(B) 297.04º 0.91% 0.7% -
XYZ 24.8 12.13 43.15 -
YUV 80.51 183.02 191.83 -
System Red Green Blue C M Y K H S L
Decimal 170 16 178 0.04 0.91 0 0.30 297.04 0.84 0.38
Hex AA 10 B2 4 5B 0 1E 129 54 26
Octal 252 20 262 4 133 0 36 451 124 46
Binary 10101010 10000 10110010 100 1011011 0 11110 100101001 1010100 100110

Color Harmonies of #AA10B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10B2

Black with #AA10B2

Text Example


Text Example

White with #AA10B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10B2; }

 p { color: rgb(170,16,178); }

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

background-color css

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

 a { background-color: rgb(170,16,178); }

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

border-color css

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

 span { border-color: rgb(170,16,178); }

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