Html Css Color HEX #A805AA Dark Magenta

📋 copy color: '#A805AA'

red 168 ◦ green 5 ◦ blue 170

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

Shades of Dark Magenta #A805AA

Tints of Dark Magenta #A805AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.56%

R = 48.98%
G = 1.46%
B = 49.56%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A805AA (or 0xA805AA) is known color: Dark Magenta. HEX triplet: A8, 05 and AA. RGB value is (168,5,170). Sum of RGB (Red+Green+Blue) = 168+5+170=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #A805AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A805AA is #57FA55. Grayscale: #484848. Windows color (decimal): -5765718 or 11142568. OLE color: 11142568.

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

Color convert

RGB 168 5 170 -
CMYK 0.01 0.97 0 0.33
HSL 299.27º 0.94% 0.34% -
HSV(B) 299.27º 0.97% 0.67% -
XYZ 23.46 11.34 38.98 -
YUV 72.55 183 196.08 -
System Red Green Blue C M Y K H S L
Decimal 168 5 170 0.01 0.97 0 0.33 299.27 0.94 0.34
Hex A8 5 AA 1 61 0 21 12B 5E 22
Octal 250 5 252 1 141 0 41 453 136 42
Binary 10101000 101 10101010 1 1100001 0 100001 100101011 1011110 100010

Color Harmonies of #A805AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805AA

Black with #A805AA

Text Example


Text Example

White with #A805AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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