Html Css Color HEX #AA078D Dark Magenta

📋 copy color: '#AA078D'

red 170 ◦ green 7 ◦ blue 141

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

Shades of Dark Magenta #AA078D

Tints of Dark Magenta #AA078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.2%

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 53.46%
G = 2.2%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA078D (or 0xAA078D) is known color: Dark Magenta. HEX triplet: AA, 07 and 8D. RGB value is (170,7,141). Sum of RGB (Red+Green+Blue) = 170+7+141=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA078D is #55F872. Grayscale: #464646. Windows color (decimal): -5634163 or 9242538. OLE color: 9242538.

HSL color Cylindrical-coordinate representation of color #AA078D: hue angle of 310.67º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA078D is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 7 141 -
CMYK 0 0.96 0.17 0.33
HSL 310.67º 0.92% 0.35% -
HSV(B) 310.67º 0.96% 0.67% -
XYZ 21.46 10.62 26.12 -
YUV 71.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 170 7 141 0 0.96 0.17 0.33 310.67 0.92 0.35
Hex AA 7 8D 0 60 11 21 137 5C 23
Octal 252 7 215 0 140 21 41 467 134 43
Binary 10101010 111 10001101 0 1100000 10001 100001 100110111 1011100 100011

Color Harmonies of #AA078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA078D

Black with #AA078D

Text Example


Text Example

White with #AA078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA078D; }

 p { color: rgb(170,7,141); }

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

background-color css

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

 a { background-color: rgb(170,7,141); }

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

border-color css

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

 span { border-color: rgb(170,7,141); }

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