Html Css Color HEX #AA14AC Dark Magenta

📋 copy color: '#AA14AC'

red 170 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #AA14AC

Tints of Dark Magenta #AA14AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.52%

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

R = 46.96%
G = 5.52%
B = 47.51%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA14AC (or 0xAA14AC) is known color: Dark Magenta. HEX triplet: AA, 14 and AC. RGB value is (170,20,172). Sum of RGB (Red+Green+Blue) = 170+20+172=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA14AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA14AC is #55EB53. Grayscale: #515151. Windows color (decimal): -5630804 or 11277482. OLE color: 11277482.

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

Color convert

RGB 170 20 172 -
CMYK 0.01 0.88 0 0.33
HSL 299.21º 0.79% 0.38% -
HSV(B) 299.21º 0.88% 0.67% -
XYZ 24.27 12.02 40.07 -
YUV 82.18 178.7 190.64 -
System Red Green Blue C M Y K H S L
Decimal 170 20 172 0.01 0.88 0 0.33 299.21 0.79 0.38
Hex AA 14 AC 1 58 0 21 12B 4F 26
Octal 252 24 254 1 130 0 41 453 117 46
Binary 10101010 10100 10101100 1 1011000 0 100001 100101011 1001111 100110

Color Harmonies of #AA14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA14AC

Black with #AA14AC

Text Example


Text Example

White with #AA14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA14AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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