Html Css Color HEX #AA0185 Dark Magenta

📋 copy color: '#AA0185'

red 170 ◦ green 1 ◦ blue 133

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

Shades of Dark Magenta #AA0185

Tints of Dark Magenta #AA0185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.75%

R = 55.92%
G = 0.33%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA0185 (or 0xAA0185) is known color: Dark Magenta. HEX triplet: AA, 01 and 85. RGB value is (170,1,133). Sum of RGB (Red+Green+Blue) = 170+1+133=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0185 is #55FE7A. Grayscale: #424242. Windows color (decimal): -5635707 or 8716714. OLE color: 8716714.

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

Color convert

RGB 170 1 133 -
CMYK 0 0.99 0.22 0.33
HSL 313.14º 0.99% 0.34% -
HSV(B) 313.14º 0.99% 0.67% -
XYZ 20.82 10.26 23.07 -
YUV 66.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 170 1 133 0 0.99 0.22 0.33 313.14 0.99 0.34
Hex AA 1 85 0 63 16 21 139 63 22
Octal 252 1 205 0 143 26 41 471 143 42
Binary 10101010 1 10000101 0 1100011 10110 100001 100111001 1100011 100010

Color Harmonies of #AA0185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0185

Black with #AA0185

Text Example


Text Example

White with #AA0185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0185; }

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

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

background-color css

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

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

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

border-color css

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

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

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