Html Css Color HEX #A505AC Dark Magenta

📋 copy color: '#A505AC'

red 165 ◦ green 5 ◦ blue 172

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

Shades of Dark Magenta #A505AC

Tints of Dark Magenta #A505AC

RGB

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

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

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

R = 48.25%
G = 1.46%
B = 50.29%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A505AC (or 0xA505AC) is known color: Dark Magenta. HEX triplet: A5, 05 and AC. RGB value is (165,5,172). Sum of RGB (Red+Green+Blue) = 165+5+172=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #A505AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A505AC is #5AFA53. Grayscale: #474747. Windows color (decimal): -5962324 or 11273637. OLE color: 11273637.

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

Color convert

RGB 165 5 172 -
CMYK 0.04 0.97 0 0.33
HSL 297.49º 0.94% 0.35% -
HSV(B) 297.49º 0.97% 0.67% -
XYZ 23.02 11.09 39.96 -
YUV 71.88 184.51 194.42 -
System Red Green Blue C M Y K H S L
Decimal 165 5 172 0.04 0.97 0 0.33 297.49 0.94 0.35
Hex A5 5 AC 4 61 0 21 129 5E 23
Octal 245 5 254 4 141 0 41 451 136 43
Binary 10100101 101 10101100 100 1100001 0 100001 100101001 1011110 100011

Color Harmonies of #A505AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505AC

Black with #A505AC

Text Example


Text Example

White with #A505AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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