Html Css Color HEX #A511AE Dark Magenta

📋 copy color: '#A511AE'

red 165 ◦ green 17 ◦ blue 174

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

Shades of Dark Magenta #A511AE

Tints of Dark Magenta #A511AE

RGB

 RED value IS 165 (64.84% from 255) = 46.35%

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

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

R = 46.35%
G = 4.78%
B = 48.88%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A511AE (or 0xA511AE) is known color: Dark Magenta. HEX triplet: A5, 11 and AE. RGB value is (165,17,174). Sum of RGB (Red+Green+Blue) = 165+17+174=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #A511AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A511AE is #5AEE51. Grayscale: #4E4E4E. Windows color (decimal): -5959250 or 11407781. OLE color: 11407781.

HSL color Cylindrical-coordinate representation of color #A511AE: hue angle of 296.56º 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 #A511AE is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 17 174 -
CMYK 0.05 0.90 0 0.32
HSL 296.56º 0.82% 0.37% -
HSV(B) 296.56º 0.9% 0.68% -
XYZ 23.36 11.46 41.02 -
YUV 79.15 181.53 189.23 -
System Red Green Blue C M Y K H S L
Decimal 165 17 174 0.05 0.90 0 0.32 296.56 0.82 0.37
Hex A5 11 AE 5 5A 0 20 129 52 25
Octal 245 21 256 5 132 0 40 451 122 45
Binary 10100101 10001 10101110 101 1011010 0 100000 100101001 1010010 100101

Color Harmonies of #A511AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511AE

Black with #A511AE

Text Example


Text Example

White with #A511AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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