Html Css Color HEX #A505A3 Dark Magenta

📋 copy color: '#A505A3'

red 165 ◦ green 5 ◦ blue 163

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

Shades of Dark Magenta #A505A3

Tints of Dark Magenta #A505A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 48.95%

R = 49.55%
G = 1.5%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A505A3 (or 0xA505A3) is known color: Dark Magenta. HEX triplet: A5, 05 and A3. RGB value is (165,5,163). Sum of RGB (Red+Green+Blue) = 165+5+163=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 163 (64.06% from 255 or 48.95% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A505A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A505A3 is #5AFA5C. Grayscale: #464646. Windows color (decimal): -5962333 or 10683813. OLE color: 10683813.

HSL color Cylindrical-coordinate representation of color #A505A3: hue angle of 300.75º 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 #A505A3 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 5 163 -
CMYK 0 0.97 0.01 0.35
HSL 300.75º 0.94% 0.33% -
HSV(B) 300.75º 0.97% 0.65% -
XYZ 22.18 10.75 35.56 -
YUV 70.85 180.01 195.15 -
System Red Green Blue C M Y K H S L
Decimal 165 5 163 0 0.97 0.01 0.35 300.75 0.94 0.33
Hex A5 5 A3 0 61 1 23 12D 5E 21
Octal 245 5 243 0 141 1 43 455 136 41
Binary 10100101 101 10100011 0 1100001 1 100011 100101101 1011110 100001

Color Harmonies of #A505A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505A3

Black with #A505A3

Text Example


Text Example

White with #A505A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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