Html Css Color HEX #A505A2 Dark Magenta

📋 copy color: '#A505A2'

red 165 ◦ green 5 ◦ blue 162

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

Shades of Dark Magenta #A505A2

Tints of Dark Magenta #A505A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 48.8%

R = 49.7%
G = 1.51%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A505A2 (or 0xA505A2) is known color: Dark Magenta. HEX triplet: A5, 05 and A2. RGB value is (165,5,162). Sum of RGB (Red+Green+Blue) = 165+5+162=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A505A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A505A2 is #5AFA5D. Grayscale: #464646. Windows color (decimal): -5962334 or 10618277. OLE color: 10618277.

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

Color convert

RGB 165 5 162 -
CMYK 0 0.97 0.02 0.35
HSL 301.13º 0.94% 0.33% -
HSV(B) 301.13º 0.97% 0.65% -
XYZ 22.09 10.72 35.09 -
YUV 70.74 179.51 195.23 -
System Red Green Blue C M Y K H S L
Decimal 165 5 162 0 0.97 0.02 0.35 301.13 0.94 0.33
Hex A5 5 A2 0 61 2 23 12D 5E 21
Octal 245 5 242 0 141 2 43 455 136 41
Binary 10100101 101 10100010 0 1100001 10 100011 100101101 1011110 100001

Color Harmonies of #A505A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505A2

Black with #A505A2

Text Example


Text Example

White with #A505A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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