Html Css Color HEX #AA1B9F Dark Magenta

📋 copy color: '#AA1B9F'

red 170 ◦ green 27 ◦ blue 159

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

Shades of Dark Magenta #AA1B9F

Tints of Dark Magenta #AA1B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 47.75%
G = 7.58%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA1B9F (or 0xAA1B9F) is known color: Dark Magenta. HEX triplet: AA, 1B and 9F. RGB value is (170,27,159). Sum of RGB (Red+Green+Blue) = 170+27+159=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1B9F is #55E460. Grayscale: #545454. Windows color (decimal): -5629025 or 10427306. OLE color: 10427306.

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

Color convert

RGB 170 27 159 -
CMYK 0 0.84 0.06 0.33
HSL 304.62º 0.73% 0.39% -
HSV(B) 304.62º 0.84% 0.67% -
XYZ 23.23 11.83 33.86 -
YUV 84.81 169.88 188.77 -
System Red Green Blue C M Y K H S L
Decimal 170 27 159 0 0.84 0.06 0.33 304.62 0.73 0.39
Hex AA 1B 9F 0 54 6 21 131 49 27
Octal 252 33 237 0 124 6 41 461 111 47
Binary 10101010 11011 10011111 0 1010100 110 100001 100110001 1001001 100111

Color Harmonies of #AA1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B9F

Black with #AA1B9F

Text Example


Text Example

White with #AA1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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