Html Css Color HEX #AA1095 Dark Magenta

📋 copy color: '#AA1095'

red 170 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #AA1095

Tints of Dark Magenta #AA1095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 50.75%
G = 4.78%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA1095 (or 0xAA1095) is known color: Dark Magenta. HEX triplet: AA, 10 and 95. RGB value is (170,16,149). Sum of RGB (Red+Green+Blue) = 170+16+149=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1095 is #55EF6A. Grayscale: #4C4C4C. Windows color (decimal): -5631851 or 9769130. OLE color: 9769130.

HSL color Cylindrical-coordinate representation of color #AA1095: hue angle of 308.18º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1095 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 149 -
CMYK 0 0.91 0.12 0.33
HSL 308.18º 0.83% 0.36% -
HSV(B) 308.18º 0.91% 0.67% -
XYZ 22.19 11.09 29.4 -
YUV 77.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 170 16 149 0 0.91 0.12 0.33 308.18 0.83 0.36
Hex AA 10 95 0 5B C 21 134 53 24
Octal 252 20 225 0 133 14 41 464 123 44
Binary 10101010 10000 10010101 0 1011011 1100 100001 100110100 1010011 100100

Color Harmonies of #AA1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1095

Black with #AA1095

Text Example


Text Example

White with #AA1095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1095; }

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

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

background-color css

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

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

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

border-color css

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

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

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