Html Css Color HEX #A811AE Dark Magenta

📋 copy color: '#A811AE'

red 168 ◦ green 17 ◦ blue 174

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

Shades of Dark Magenta #A811AE

Tints of Dark Magenta #A811AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.47%

R = 46.8%
G = 4.74%
B = 48.47%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A811AE (or 0xA811AE) is known color: Dark Magenta. HEX triplet: A8, 11 and AE. RGB value is (168,17,174). Sum of RGB (Red+Green+Blue) = 168+17+174=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #A811AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A811AE is #57EE51. Grayscale: #4F4F4F. Windows color (decimal): -5762642 or 11407784. OLE color: 11407784.

HSL color Cylindrical-coordinate representation of color #A811AE: hue angle of 297.71º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A811AE is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 17 174 -
CMYK 0.03 0.90 0 0.32
HSL 297.71º 0.82% 0.37% -
HSV(B) 297.71º 0.9% 0.68% -
XYZ 23.99 11.78 41.05 -
YUV 80.05 181.03 190.73 -
System Red Green Blue C M Y K H S L
Decimal 168 17 174 0.03 0.90 0 0.32 297.71 0.82 0.37
Hex A8 11 AE 3 5A 0 20 12A 52 25
Octal 250 21 256 3 132 0 40 452 122 45
Binary 10101000 10001 10101110 11 1011010 0 100000 100101010 1010010 100101

Color Harmonies of #A811AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811AE

Black with #A811AE

Text Example


Text Example

White with #A811AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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