Html Css Color HEX #AA048B Dark Magenta

📋 copy color: '#AA048B'

red 170 ◦ green 4 ◦ blue 139

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

Shades of Dark Magenta #AA048B

Tints of Dark Magenta #AA048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 54.31%
G = 1.28%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA048B (or 0xAA048B) is known color: Dark Magenta. HEX triplet: AA, 04 and 8B. RGB value is (170,4,139). Sum of RGB (Red+Green+Blue) = 170+4+139=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA048B is #55FB74. Grayscale: #444444. Windows color (decimal): -5634933 or 9110698. OLE color: 9110698.

HSL color Cylindrical-coordinate representation of color #AA048B: hue angle of 311.2º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA048B is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 139 -
CMYK 0 0.98 0.18 0.33
HSL 311.2º 0.95% 0.34% -
HSV(B) 311.2º 0.98% 0.67% -
XYZ 21.28 10.5 25.33 -
YUV 69.02 167.5 200.02 -
System Red Green Blue C M Y K H S L
Decimal 170 4 139 0 0.98 0.18 0.33 311.2 0.95 0.34
Hex AA 4 8B 0 62 12 21 137 5F 22
Octal 252 4 213 0 142 22 41 467 137 42
Binary 10101010 100 10001011 0 1100010 10010 100001 100110111 1011111 100010

Color Harmonies of #AA048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA048B

Black with #AA048B

Text Example


Text Example

White with #AA048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA048B; }

 p { color: rgb(170,4,139); }

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

background-color css

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

 a { background-color: rgb(170,4,139); }

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

border-color css

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

 span { border-color: rgb(170,4,139); }

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