Html Css Color HEX #A505AA Dark Magenta

📋 copy color: '#A505AA'

red 165 ◦ green 5 ◦ blue 170

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

Shades of Dark Magenta #A505AA

Tints of Dark Magenta #A505AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

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

R = 48.53%
G = 1.47%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A505AA (or 0xA505AA) is known color: Dark Magenta. HEX triplet: A5, 05 and AA. RGB value is (165,5,170). Sum of RGB (Red+Green+Blue) = 165+5+170=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #A505AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A505AA is #5AFA55. Grayscale: #474747. Windows color (decimal): -5962326 or 11142565. OLE color: 11142565.

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

Color convert

RGB 165 5 170 -
CMYK 0.03 0.97 0 0.33
HSL 298.18º 0.94% 0.34% -
HSV(B) 298.18º 0.97% 0.67% -
XYZ 22.83 11.01 38.95 -
YUV 71.65 183.51 194.58 -
System Red Green Blue C M Y K H S L
Decimal 165 5 170 0.03 0.97 0 0.33 298.18 0.94 0.34
Hex A5 5 AA 3 61 0 21 12A 5E 22
Octal 245 5 252 3 141 0 41 452 136 42
Binary 10100101 101 10101010 11 1100001 0 100001 100101010 1011110 100010

Color Harmonies of #A505AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505AA

Black with #A505AA

Text Example


Text Example

White with #A505AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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