Html Css Color HEX #AA1BA5 Dark Magenta

📋 copy color: '#AA1BA5'

red 170 ◦ green 27 ◦ blue 165

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

Shades of Dark Magenta #AA1BA5

Tints of Dark Magenta #AA1BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.58%

R = 46.96%
G = 7.46%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AA1BA5 (or 0xAA1BA5) is known color: Dark Magenta. HEX triplet: AA, 1B and A5. RGB value is (170,27,165). Sum of RGB (Red+Green+Blue) = 170+27+165=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1BA5 is #55E45A. Grayscale: #555555. Windows color (decimal): -5629019 or 10820522. OLE color: 10820522.

HSL color Cylindrical-coordinate representation of color #AA1BA5: hue angle of 302.1º 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 #AA1BA5 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 27 165 -
CMYK 0 0.84 0.03 0.33
HSL 302.1º 0.73% 0.39% -
HSV(B) 302.1º 0.84% 0.67% -
XYZ 23.76 12.05 36.67 -
YUV 85.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 170 27 165 0 0.84 0.03 0.33 302.1 0.73 0.39
Hex AA 1B A5 0 54 3 21 12E 49 27
Octal 252 33 245 0 124 3 41 456 111 47
Binary 10101010 11011 10100101 0 1010100 11 100001 100101110 1001001 100111

Color Harmonies of #AA1BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BA5

Black with #AA1BA5

Text Example


Text Example

White with #AA1BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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