Html Css Color HEX #AA0FAC Dark Magenta

📋 copy color: '#AA0FAC'

red 170 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #AA0FAC

Tints of Dark Magenta #AA0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.2%

 BLUE value IS 172 (67.58% from 255) = 48.18%

R = 47.62%
G = 4.2%
B = 48.18%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA0FAC (or 0xAA0FAC) is known color: Dark Magenta. HEX triplet: AA, 0F and AC. RGB value is (170,15,172). Sum of RGB (Red+Green+Blue) = 170+15+172=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA0FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FAC is #55F053. Grayscale: #4E4E4E. Windows color (decimal): -5632084 or 11276202. OLE color: 11276202.

HSL color Cylindrical-coordinate representation of color #AA0FAC: hue angle of 299.24º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0FAC is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 15 172 -
CMYK 0.01 0.91 0 0.33
HSL 299.24º 0.84% 0.37% -
HSV(B) 299.24º 0.91% 0.67% -
XYZ 24.19 11.87 40.04 -
YUV 79.24 180.35 192.73 -
System Red Green Blue C M Y K H S L
Decimal 170 15 172 0.01 0.91 0 0.33 299.24 0.84 0.37
Hex AA F AC 1 5B 0 21 12B 54 25
Octal 252 17 254 1 133 0 41 453 124 45
Binary 10101010 1111 10101100 1 1011011 0 100001 100101011 1010100 100101

Color Harmonies of #AA0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FAC

Black with #AA0FAC

Text Example


Text Example

White with #AA0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FAC; }

 p { color: rgb(170,15,172); }

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

background-color css

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

 a { background-color: rgb(170,15,172); }

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

border-color css

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

 span { border-color: rgb(170,15,172); }

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