Html Css Color HEX #A805A5 Dark Magenta

📋 copy color: '#A805A5'

red 168 ◦ green 5 ◦ blue 165

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

Shades of Dark Magenta #A805A5

Tints of Dark Magenta #A805A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.82%

R = 49.7%
G = 1.48%
B = 48.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A805A5 (or 0xA805A5) is known color: Dark Magenta. HEX triplet: A8, 05 and A5. RGB value is (168,5,165). Sum of RGB (Red+Green+Blue) = 168+5+165=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 165 (64.84% from 255 or 48.82% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A805A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A805A5 is #57FA5A. Grayscale: #474747. Windows color (decimal): -5765723 or 10814888. OLE color: 10814888.

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

Color convert

RGB 168 5 165 -
CMYK 0 0.97 0.02 0.34
HSL 301.1º 0.94% 0.34% -
HSV(B) 301.1º 0.97% 0.66% -
XYZ 22.99 11.15 36.54 -
YUV 71.98 180.5 196.49 -
System Red Green Blue C M Y K H S L
Decimal 168 5 165 0 0.97 0.02 0.34 301.1 0.94 0.34
Hex A8 5 A5 0 61 2 22 12D 5E 22
Octal 250 5 245 0 141 2 42 455 136 42
Binary 10101000 101 10100101 0 1100001 10 100010 100101101 1011110 100010

Color Harmonies of #A805A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805A5

Black with #A805A5

Text Example


Text Example

White with #A805A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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