Html Css Color HEX #A510AE Dark Magenta

📋 copy color: '#A510AE'

red 165 ◦ green 16 ◦ blue 174

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

Shades of Dark Magenta #A510AE

Tints of Dark Magenta #A510AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.51%

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

R = 46.48%
G = 4.51%
B = 49.01%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A510AE (or 0xA510AE) is known color: Dark Magenta. HEX triplet: A5, 10 and AE. RGB value is (165,16,174). Sum of RGB (Red+Green+Blue) = 165+16+174=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #A510AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A510AE is #5AEF51. Grayscale: #4E4E4E. Windows color (decimal): -5959506 or 11407525. OLE color: 11407525.

HSL color Cylindrical-coordinate representation of color #A510AE: hue angle of 296.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A510AE is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 16 174 -
CMYK 0.05 0.91 0 0.32
HSL 296.58º 0.83% 0.37% -
HSV(B) 296.58º 0.91% 0.68% -
XYZ 23.34 11.43 41.02 -
YUV 78.56 181.86 189.65 -
System Red Green Blue C M Y K H S L
Decimal 165 16 174 0.05 0.91 0 0.32 296.58 0.83 0.37
Hex A5 10 AE 5 5B 0 20 129 53 25
Octal 245 20 256 5 133 0 40 451 123 45
Binary 10100101 10000 10101110 101 1011011 0 100000 100101001 1010011 100101

Color Harmonies of #A510AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510AE

Black with #A510AE

Text Example


Text Example

White with #A510AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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