Html Css Color HEX #AA018A Dark Magenta

📋 copy color: '#AA018A'

red 170 ◦ green 1 ◦ blue 138

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

Shades of Dark Magenta #AA018A

Tints of Dark Magenta #AA018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.66%

R = 55.02%
G = 0.32%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA018A (or 0xAA018A) is known color: Dark Magenta. HEX triplet: AA, 01 and 8A. RGB value is (170,1,138). Sum of RGB (Red+Green+Blue) = 170+1+138=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA018A is #55FE75. Grayscale: #424242. Windows color (decimal): -5635702 or 9044394. OLE color: 9044394.

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

Color convert

RGB 170 1 138 -
CMYK 0 0.99 0.19 0.33
HSL 311.36º 0.99% 0.34% -
HSV(B) 311.36º 0.99% 0.67% -
XYZ 21.18 10.4 24.94 -
YUV 67.15 167.99 201.36 -
System Red Green Blue C M Y K H S L
Decimal 170 1 138 0 0.99 0.19 0.33 311.36 0.99 0.34
Hex AA 1 8A 0 63 13 21 137 63 22
Octal 252 1 212 0 143 23 41 467 143 42
Binary 10101010 1 10001010 0 1100011 10011 100001 100110111 1100011 100010

Color Harmonies of #AA018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA018A

Black with #AA018A

Text Example


Text Example

White with #AA018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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