Html Css Color HEX #A510AC Dark Magenta

📋 copy color: '#A510AC'

red 165 ◦ green 16 ◦ blue 172

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

Shades of Dark Magenta #A510AC

Tints of Dark Magenta #A510AC

RGB

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

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

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

R = 46.74%
G = 4.53%
B = 48.73%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A510AC (or 0xA510AC) is known color: Dark Magenta. HEX triplet: A5, 10 and AC. RGB value is (165,16,172). Sum of RGB (Red+Green+Blue) = 165+16+172=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #A510AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A510AC is #5AEF53. Grayscale: #4D4D4D. Windows color (decimal): -5959508 or 11276453. OLE color: 11276453.

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

Color convert

RGB 165 16 172 -
CMYK 0.04 0.91 0 0.33
HSL 297.31º 0.83% 0.37% -
HSV(B) 297.31º 0.91% 0.67% -
XYZ 23.15 11.35 40 -
YUV 78.34 180.86 189.82 -
System Red Green Blue C M Y K H S L
Decimal 165 16 172 0.04 0.91 0 0.33 297.31 0.83 0.37
Hex A5 10 AC 4 5B 0 21 129 53 25
Octal 245 20 254 4 133 0 41 451 123 45
Binary 10100101 10000 10101100 100 1011011 0 100001 100101001 1010011 100101

Color Harmonies of #A510AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510AC

Black with #A510AC

Text Example


Text Example

White with #A510AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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