Html Css Color HEX #AA078F Dark Magenta

📋 copy color: '#AA078F'

red 170 ◦ green 7 ◦ blue 143

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

Shades of Dark Magenta #AA078F

Tints of Dark Magenta #AA078F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.69%

R = 53.13%
G = 2.19%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA078F (or 0xAA078F) is known color: Dark Magenta. HEX triplet: AA, 07 and 8F. RGB value is (170,7,143). Sum of RGB (Red+Green+Blue) = 170+7+143=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA078F is #55F870. Grayscale: #464646. Windows color (decimal): -5634161 or 9373610. OLE color: 9373610.

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

Color convert

RGB 170 7 143 -
CMYK 0 0.96 0.16 0.33
HSL 309.94º 0.92% 0.35% -
HSV(B) 309.94º 0.96% 0.67% -
XYZ 21.61 10.68 26.91 -
YUV 71.24 168.5 198.44 -
System Red Green Blue C M Y K H S L
Decimal 170 7 143 0 0.96 0.16 0.33 309.94 0.92 0.35
Hex AA 7 8F 0 60 10 21 136 5C 23
Octal 252 7 217 0 140 20 41 466 134 43
Binary 10101010 111 10001111 0 1100000 10000 100001 100110110 1011100 100011

Color Harmonies of #AA078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA078F

Black with #AA078F

Text Example


Text Example

White with #AA078F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA078F; }

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

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

background-color css

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

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

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

border-color css

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

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

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