Html Css Color HEX #A510A0 Dark Magenta

📋 copy color: '#A510A0'

red 165 ◦ green 16 ◦ blue 160

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

Shades of Dark Magenta #A510A0

Tints of Dark Magenta #A510A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.92%

R = 48.39%
G = 4.69%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A510A0 (or 0xA510A0) is known color: Dark Magenta. HEX triplet: A5, 10 and A0. RGB value is (165,16,160). Sum of RGB (Red+Green+Blue) = 165+16+160=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A510A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A510A0 is #5AEF5F. Grayscale: #4C4C4C. Windows color (decimal): -5959520 or 10490021. OLE color: 10490021.

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

Color convert

RGB 165 16 160 -
CMYK 0 0.90 0.03 0.35
HSL 302.01º 0.82% 0.35% -
HSV(B) 302.01º 0.9% 0.65% -
XYZ 22.05 10.91 34.2 -
YUV 76.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 165 16 160 0 0.90 0.03 0.35 302.01 0.82 0.35
Hex A5 10 A0 0 5A 3 23 12E 52 23
Octal 245 20 240 0 132 3 43 456 122 43
Binary 10100101 10000 10100000 0 1011010 11 100011 100101110 1010010 100011

Color Harmonies of #A510A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510A0

Black with #A510A0

Text Example


Text Example

White with #A510A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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