Html Css Color HEX #A810AD Dark Magenta

📋 copy color: '#A810AD'

red 168 ◦ green 16 ◦ blue 173

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

Shades of Dark Magenta #A810AD

Tints of Dark Magenta #A810AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.48%

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

R = 47.06%
G = 4.48%
B = 48.46%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A810AD (or 0xA810AD) is known color: Dark Magenta. HEX triplet: A8, 10 and AD. RGB value is (168,16,173). Sum of RGB (Red+Green+Blue) = 168+16+173=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #A810AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A810AD is #57EF52. Grayscale: #4E4E4E. Windows color (decimal): -5762899 or 11341992. OLE color: 11341992.

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

Color convert

RGB 168 16 173 -
CMYK 0.03 0.91 0 0.32
HSL 298.09º 0.83% 0.37% -
HSV(B) 298.09º 0.91% 0.68% -
XYZ 23.88 11.71 40.54 -
YUV 79.35 180.86 191.23 -
System Red Green Blue C M Y K H S L
Decimal 168 16 173 0.03 0.91 0 0.32 298.09 0.83 0.37
Hex A8 10 AD 3 5B 0 20 12A 53 25
Octal 250 20 255 3 133 0 40 452 123 45
Binary 10101000 10000 10101101 11 1011011 0 100000 100101010 1010011 100101

Color Harmonies of #A810AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A810AD

Black with #A810AD

Text Example


Text Example

White with #A810AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A810AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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