Html Css Color HEX #A808AD Dark Magenta

📋 copy color: '#A808AD'

red 168 ◦ green 8 ◦ blue 173

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

Shades of Dark Magenta #A808AD

Tints of Dark Magenta #A808AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

 BLUE value IS 173 (67.97% from 255) = 49.57%

R = 48.14%
G = 2.29%
B = 49.57%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A808AD (or 0xA808AD) is known color: Dark Magenta. HEX triplet: A8, 08 and AD. RGB value is (168,8,173). Sum of RGB (Red+Green+Blue) = 168+8+173=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #A808AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A808AD is #57F752. Grayscale: #4A4A4A. Windows color (decimal): -5764947 or 11339944. OLE color: 11339944.

HSL color Cylindrical-coordinate representation of color #A808AD: hue angle of 298.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A808AD is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 8 173 -
CMYK 0.03 0.95 0 0.32
HSL 298.18º 0.91% 0.35% -
HSV(B) 298.18º 0.95% 0.68% -
XYZ 23.78 11.52 40.5 -
YUV 74.65 183.51 194.58 -
System Red Green Blue C M Y K H S L
Decimal 168 8 173 0.03 0.95 0 0.32 298.18 0.91 0.35
Hex A8 8 AD 3 5F 0 20 12A 5B 23
Octal 250 10 255 3 137 0 40 452 133 43
Binary 10101000 1000 10101101 11 1011111 0 100000 100101010 1011011 100011

Color Harmonies of #A808AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A808AD

Black with #A808AD

Text Example


Text Example

White with #A808AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A808AD; }

 p { color: rgb(168,8,173); }

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

background-color css

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

 a { background-color: rgb(168,8,173); }

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

border-color css

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

 span { border-color: rgb(168,8,173); }

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