Html Css Color HEX #A505AF Dark Magenta

📋 copy color: '#A505AF'

red 165 ◦ green 5 ◦ blue 175

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

Shades of Dark Magenta #A505AF

Tints of Dark Magenta #A505AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.72%

R = 47.83%
G = 1.45%
B = 50.72%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A505AF (or 0xA505AF) is known color: Dark Magenta. HEX triplet: A5, 05 and AF. RGB value is (165,5,175). Sum of RGB (Red+Green+Blue) = 165+5+175=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #A505AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A505AF is #5AFA50. Grayscale: #474747. Windows color (decimal): -5962321 or 11470245. OLE color: 11470245.

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

Color convert

RGB 165 5 175 -
CMYK 0.06 0.97 0 0.31
HSL 296.47º 0.94% 0.35% -
HSV(B) 296.47º 0.97% 0.69% -
XYZ 23.31 11.2 41.49 -
YUV 72.22 186.01 194.18 -
System Red Green Blue C M Y K H S L
Decimal 165 5 175 0.06 0.97 0 0.31 296.47 0.94 0.35
Hex A5 5 AF 6 61 0 1F 128 5E 23
Octal 245 5 257 6 141 0 37 450 136 43
Binary 10100101 101 10101111 110 1100001 0 11111 100101000 1011110 100011

Color Harmonies of #A505AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505AF

Black with #A505AF

Text Example


Text Example

White with #A505AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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