Html Css Color HEX #A805AB Dark Magenta

📋 copy color: '#A805AB'

red 168 ◦ green 5 ◦ blue 171

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

Shades of Dark Magenta #A805AB

Tints of Dark Magenta #A805AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 48.84%
G = 1.45%
B = 49.71%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A805AB (or 0xA805AB) is known color: Dark Magenta. HEX triplet: A8, 05 and AB. RGB value is (168,5,171). Sum of RGB (Red+Green+Blue) = 168+5+171=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #A805AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A805AB is #57FA54. Grayscale: #484848. Windows color (decimal): -5765717 or 11208104. OLE color: 11208104.

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

Color convert

RGB 168 5 171 -
CMYK 0.02 0.97 0 0.33
HSL 298.92º 0.94% 0.35% -
HSV(B) 298.92º 0.97% 0.67% -
XYZ 23.55 11.37 39.48 -
YUV 72.66 183.5 196 -
System Red Green Blue C M Y K H S L
Decimal 168 5 171 0.02 0.97 0 0.33 298.92 0.94 0.35
Hex A8 5 AB 2 61 0 21 12B 5E 23
Octal 250 5 253 2 141 0 41 453 136 43
Binary 10101000 101 10101011 10 1100001 0 100001 100101011 1011110 100011

Color Harmonies of #A805AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805AB

Black with #A805AB

Text Example


Text Example

White with #A805AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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