Html Css Color HEX #AA1BA8 Dark Magenta

📋 copy color: '#AA1BA8'

red 170 ◦ green 27 ◦ blue 168

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

Shades of Dark Magenta #AA1BA8

Tints of Dark Magenta #AA1BA8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.4%

 BLUE value IS 168 (66.02% from 255) = 46.03%

R = 46.58%
G = 7.4%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA1BA8 (or 0xAA1BA8) is known color: Dark Magenta. HEX triplet: AA, 1B and A8. RGB value is (170,27,168). Sum of RGB (Red+Green+Blue) = 170+27+168=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1BA8 is #55E457. Grayscale: #555555. Windows color (decimal): -5629016 or 11017130. OLE color: 11017130.

HSL color Cylindrical-coordinate representation of color #AA1BA8: hue angle of 300.84º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1BA8 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 27 168 -
CMYK 0 0.84 0.01 0.33
HSL 300.84º 0.73% 0.39% -
HSV(B) 300.84º 0.84% 0.67% -
XYZ 24.04 12.16 38.13 -
YUV 85.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 170 27 168 0 0.84 0.01 0.33 300.84 0.73 0.39
Hex AA 1B A8 0 54 1 21 12D 49 27
Octal 252 33 250 0 124 1 41 455 111 47
Binary 10101010 11011 10101000 0 1010100 1 100001 100101101 1001001 100111

Color Harmonies of #AA1BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BA8

Black with #AA1BA8

Text Example


Text Example

White with #AA1BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BA8; }

 p { color: rgb(170,27,168); }

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

background-color css

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

 a { background-color: rgb(170,27,168); }

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

border-color css

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

 span { border-color: rgb(170,27,168); }

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