Html Css Color HEX #AA0192 Dark Magenta

📋 copy color: '#AA0192'

red 170 ◦ green 1 ◦ blue 146

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

Shades of Dark Magenta #AA0192

Tints of Dark Magenta #AA0192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 53.63%
G = 0.32%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA0192 (or 0xAA0192) is known color: Dark Magenta. HEX triplet: AA, 01 and 92. RGB value is (170,1,146). Sum of RGB (Red+Green+Blue) = 170+1+146=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0192 is #55FE6D. Grayscale: #434343. Windows color (decimal): -5635694 or 9568682. OLE color: 9568682.

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

Color convert

RGB 170 1 146 -
CMYK 0 0.99 0.14 0.33
HSL 308.52º 0.99% 0.34% -
HSV(B) 308.52º 0.99% 0.67% -
XYZ 21.78 10.64 28.1 -
YUV 68.06 171.99 200.71 -
System Red Green Blue C M Y K H S L
Decimal 170 1 146 0 0.99 0.14 0.33 308.52 0.99 0.34
Hex AA 1 92 0 63 E 21 135 63 22
Octal 252 1 222 0 143 16 41 465 143 42
Binary 10101010 1 10010010 0 1100011 1110 100001 100110101 1100011 100010

Color Harmonies of #AA0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0192

Black with #AA0192

Text Example


Text Example

White with #AA0192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0192; }

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

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

background-color css

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

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

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

border-color css

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

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

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