Html Css Color HEX #AA0195 Dark Magenta

📋 copy color: '#AA0195'

red 170 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #AA0195

Tints of Dark Magenta #AA0195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 53.13%
G = 0.31%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA0195 (or 0xAA0195) is known color: Dark Magenta. HEX triplet: AA, 01 and 95. RGB value is (170,1,149). Sum of RGB (Red+Green+Blue) = 170+1+149=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0195 is #55FE6A. Grayscale: #434343. Windows color (decimal): -5635691 or 9765290. OLE color: 9765290.

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

Color convert

RGB 170 1 149 -
CMYK 0 0.99 0.12 0.33
HSL 307.46º 0.99% 0.34% -
HSV(B) 307.46º 0.99% 0.67% -
XYZ 22.01 10.74 29.35 -
YUV 68.4 173.49 200.47 -
System Red Green Blue C M Y K H S L
Decimal 170 1 149 0 0.99 0.12 0.33 307.46 0.99 0.34
Hex AA 1 95 0 63 C 21 133 63 22
Octal 252 1 225 0 143 14 41 463 143 42
Binary 10101010 1 10010101 0 1100011 1100 100001 100110011 1100011 100010

Color Harmonies of #AA0195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0195

Black with #AA0195

Text Example


Text Example

White with #AA0195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0195; }

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

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

background-color css

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

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

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

border-color css

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

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

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