Html Css Color HEX #AA038A Dark Magenta

📋 copy color: '#AA038A'

red 170 ◦ green 3 ◦ blue 138

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

Shades of Dark Magenta #AA038A

Tints of Dark Magenta #AA038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 54.66%
G = 0.96%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA038A (or 0xAA038A) is known color: Dark Magenta. HEX triplet: AA, 03 and 8A. RGB value is (170,3,138). Sum of RGB (Red+Green+Blue) = 170+3+138=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA038A is #55FC75. Grayscale: #434343. Windows color (decimal): -5635190 or 9044906. OLE color: 9044906.

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

Color convert

RGB 170 3 138 -
CMYK 0 0.98 0.19 0.33
HSL 311.5º 0.97% 0.34% -
HSV(B) 311.5º 0.98% 0.67% -
XYZ 21.2 10.45 24.94 -
YUV 68.32 167.33 200.52 -
System Red Green Blue C M Y K H S L
Decimal 170 3 138 0 0.98 0.19 0.33 311.5 0.97 0.34
Hex AA 3 8A 0 62 13 21 137 61 22
Octal 252 3 212 0 142 23 41 467 141 42
Binary 10101010 11 10001010 0 1100010 10011 100001 100110111 1100001 100010

Color Harmonies of #AA038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA038A

Black with #AA038A

Text Example


Text Example

White with #AA038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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