Html Css Color HEX #A510AA Dark Magenta

📋 copy color: '#A510AA'

red 165 ◦ green 16 ◦ blue 170

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

Shades of Dark Magenta #A510AA

Tints of Dark Magenta #A510AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.43%

R = 47.01%
G = 4.56%
B = 48.43%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A510AA (or 0xA510AA) is known color: Dark Magenta. HEX triplet: A5, 10 and AA. RGB value is (165,16,170). Sum of RGB (Red+Green+Blue) = 165+16+170=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #A510AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A510AA is #5AEF55. Grayscale: #4D4D4D. Windows color (decimal): -5959510 or 11145381. OLE color: 11145381.

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

Color convert

RGB 165 16 170 -
CMYK 0.03 0.91 0 0.33
HSL 298.05º 0.83% 0.36% -
HSV(B) 298.05º 0.91% 0.67% -
XYZ 22.96 11.27 39 -
YUV 78.11 179.86 189.98 -
System Red Green Blue C M Y K H S L
Decimal 165 16 170 0.03 0.91 0 0.33 298.05 0.83 0.36
Hex A5 10 AA 3 5B 0 21 12A 53 24
Octal 245 20 252 3 133 0 41 452 123 44
Binary 10100101 10000 10101010 11 1011011 0 100001 100101010 1010011 100100

Color Harmonies of #A510AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510AA

Black with #A510AA

Text Example


Text Example

White with #A510AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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