Html Css Color HEX #AA018C Dark Magenta

📋 copy color: '#AA018C'

red 170 ◦ green 1 ◦ blue 140

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

Shades of Dark Magenta #AA018C

Tints of Dark Magenta #AA018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.02%

R = 54.66%
G = 0.32%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA018C (or 0xAA018C) is known color: Dark Magenta. HEX triplet: AA, 01 and 8C. RGB value is (170,1,140). Sum of RGB (Red+Green+Blue) = 170+1+140=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA018C is #55FE73. Grayscale: #424242. Windows color (decimal): -5635700 or 9175466. OLE color: 9175466.

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

Color convert

RGB 170 1 140 -
CMYK 0 0.99 0.18 0.33
HSL 310.65º 0.99% 0.34% -
HSV(B) 310.65º 0.99% 0.67% -
XYZ 21.32 10.46 25.71 -
YUV 67.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 170 1 140 0 0.99 0.18 0.33 310.65 0.99 0.34
Hex AA 1 8C 0 63 12 21 137 63 22
Octal 252 1 214 0 143 22 41 467 143 42
Binary 10101010 1 10001100 0 1100011 10010 100001 100110111 1100011 100010

Color Harmonies of #AA018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA018C

Black with #AA018C

Text Example


Text Example

White with #AA018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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