Html Css Color HEX #AA00B2 Deep Magenta

📋 copy color: '#AA00B2'

red 170 ◦ green 0 ◦ blue 178

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

Shades of Deep Magenta #AA00B2

Tints of Deep Magenta #AA00B2

RGB

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

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

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

R = 48.85%
G = 0%
B = 51.15%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA00B2 (or 0xAA00B2) is known color: Deep Magenta. HEX triplet: AA, 00 and B2. RGB value is (170,0,178). Sum of RGB (Red+Green+Blue) = 170+0+178=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 178 (69.92% from 255 or 51.15% from 348); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA00B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00B2 is #55FF4D. Grayscale: #464646. Windows color (decimal): -5635918 or 11665578. OLE color: 11665578.

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

Color convert

RGB 170 0 178 -
CMYK 0.04 1 0 0.30
HSL 297.3º 1% 0.35% -
HSV(B) 297.3º 1% 0.7% -
XYZ 24.61 11.76 43.09 -
YUV 71.12 188.32 198.53 -
System Red Green Blue C M Y K H S L
Decimal 170 0 178 0.04 1 0 0.30 297.3 1 0.35
Hex AA 0 B2 4 64 0 1E 129 64 23
Octal 252 0 262 4 144 0 36 451 144 43
Binary 10101010 0 10110010 100 1100100 0 11110 100101001 1100100 100011

Color Harmonies of #AA00B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00B2

Black with #AA00B2

Text Example


Text Example

White with #AA00B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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