Html Css Color HEX #A51AAA Dark Magenta

📋 copy color: '#A51AAA'

red 165 ◦ green 26 ◦ blue 170

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

Shades of Dark Magenta #A51AAA

Tints of Dark Magenta #A51AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.2%

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

R = 45.71%
G = 7.2%
B = 47.09%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A51AAA (or 0xA51AAA) is known color: Dark Magenta. HEX triplet: A5, 1A and AA. RGB value is (165,26,170). Sum of RGB (Red+Green+Blue) = 165+26+170=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #A51AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51AAA is #5AE555. Grayscale: #535353. Windows color (decimal): -5956950 or 11147941. OLE color: 11147941.

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

Color convert

RGB 165 26 170 -
CMYK 0.03 0.85 0 0.33
HSL 297.92º 0.73% 0.38% -
HSV(B) 297.92º 0.85% 0.67% -
XYZ 23.14 11.64 39.06 -
YUV 83.98 176.55 185.79 -
System Red Green Blue C M Y K H S L
Decimal 165 26 170 0.03 0.85 0 0.33 297.92 0.73 0.38
Hex A5 1A AA 3 55 0 21 12A 49 26
Octal 245 32 252 3 125 0 41 452 111 46
Binary 10100101 11010 10101010 11 1010101 0 100001 100101010 1001001 100110

Color Harmonies of #A51AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AAA

Black with #A51AAA

Text Example


Text Example

White with #A51AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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