Html Css Color HEX #A805A1 Dark Magenta

📋 copy color: '#A805A1'

red 168 ◦ green 5 ◦ blue 161

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

Shades of Dark Magenta #A805A1

Tints of Dark Magenta #A805A1

RGB

 RED value IS 168 (66.02% from 255) = 50.3%

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

 BLUE value IS 161 (63.28% from 255) = 48.2%

R = 50.3%
G = 1.5%
B = 48.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A805A1 (or 0xA805A1) is known color: Dark Magenta. HEX triplet: A8, 05 and A1. RGB value is (168,5,161). Sum of RGB (Red+Green+Blue) = 168+5+161=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A805A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A805A1 is #57FA5E. Grayscale: #474747. Windows color (decimal): -5765727 or 10552744. OLE color: 10552744.

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

Color convert

RGB 168 5 161 -
CMYK 0 0.97 0.04 0.34
HSL 302.58º 0.94% 0.34% -
HSV(B) 302.58º 0.97% 0.66% -
XYZ 22.64 11.01 34.65 -
YUV 71.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 168 5 161 0 0.97 0.04 0.34 302.58 0.94 0.34
Hex A8 5 A1 0 61 4 22 12F 5E 22
Octal 250 5 241 0 141 4 42 457 136 42
Binary 10101000 101 10100001 0 1100001 100 100010 100101111 1011110 100010

Color Harmonies of #A805A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805A1

Black with #A805A1

Text Example


Text Example

White with #A805A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805A1; }

 p { color: rgb(168,5,161); }

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

background-color css

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

 a { background-color: rgb(168,5,161); }

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

border-color css

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

 span { border-color: rgb(168,5,161); }

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