Html Css Color HEX #A01DA8 Dark Magenta

📋 copy color: '#A01DA8'

red 160 ◦ green 29 ◦ blue 168

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

Shades of Dark Magenta #A01DA8

Tints of Dark Magenta #A01DA8

RGB

 RED value IS 160 (62.89% from 255) = 44.82%

 GREEN value IS 29 (11.72% from 255) = 8.12%

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

R = 44.82%
G = 8.12%
B = 47.06%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A01DA8 (or 0xA01DA8) is known color: Dark Magenta. HEX triplet: A0, 1D and A8. RGB value is (160,29,168). Sum of RGB (Red+Green+Blue) = 160+29+168=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 168 - color contains mainly: blue. Hex color #A01DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01DA8 is #5FE257. Grayscale: #535353. Windows color (decimal): -6283864 or 11017632. OLE color: 11017632.

HSL color Cylindrical-coordinate representation of color #A01DA8: hue angle of 296.55º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01DA8 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 29 168 -
CMYK 0.05 0.83 0 0.34
HSL 296.55º 0.71% 0.39% -
HSV(B) 296.55º 0.83% 0.66% -
XYZ 22 11.18 38.04 -
YUV 84.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 160 29 168 0.05 0.83 0 0.34 296.55 0.71 0.39
Hex A0 1D A8 5 53 0 22 129 47 27
Octal 240 35 250 5 123 0 42 451 107 47
Binary 10100000 11101 10101000 101 1010011 0 100010 100101001 1000111 100111

Color Harmonies of #A01DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DA8

Black with #A01DA8

Text Example


Text Example

White with #A01DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DA8; }

 p { color: rgb(160,29,168); }

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

background-color css

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

 a { background-color: rgb(160,29,168); }

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

border-color css

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

 span { border-color: rgb(160,29,168); }

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