Html Css Color HEX #A811AA Dark Magenta

📋 copy color: '#A811AA'

red 168 ◦ green 17 ◦ blue 170

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

Shades of Dark Magenta #A811AA

Tints of Dark Magenta #A811AA

RGB

 RED value IS 168 (66.02% from 255) = 47.32%

 GREEN value IS 17 (7.03% from 255) = 4.79%

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 47.32%
G = 4.79%
B = 47.89%

CMYK

 C value IS 0.01

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A811AA (or 0xA811AA) is known color: Dark Magenta. HEX triplet: A8, 11 and AA. RGB value is (168,17,170). Sum of RGB (Red+Green+Blue) = 168+17+170=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #A811AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A811AA is #57EE55. Grayscale: #4F4F4F. Windows color (decimal): -5762646 or 11145640. OLE color: 11145640.

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

Color convert

RGB 168 17 170 -
CMYK 0.01 0.9 0 0.33
HSL 299.22º 0.82% 0.37% -
HSV(B) 299.22º 0.9% 0.67% -
XYZ 23.6 11.63 39.03 -
YUV 79.59 179.03 191.06 -
System Red Green Blue C M Y K H S L
Decimal 168 17 170 0.01 0.9 0 0.33 299.22 0.82 0.37
Hex A8 11 AA 1 5A 0 21 12B 52 25
Octal 250 21 252 1 132 0 41 453 122 45
Binary 10101000 10001 10101010 1 1011010 0 100001 100101011 1010010 100101

Color Harmonies of #A811AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811AA

Black with #A811AA

Text Example


Text Example

White with #A811AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811AA; }

 p { color: rgb(168,17,170); }

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

background-color css

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

 a { background-color: rgb(168,17,170); }

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

border-color css

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

 span { border-color: rgb(168,17,170); }

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