Html Css Color HEX #A10DAB Dark Magenta

📋 copy color: '#A10DAB'

red 161 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #A10DAB

Tints of Dark Magenta #A10DAB

RGB

 RED value IS 161 (63.28% from 255) = 46.67%

 GREEN value IS 13 (5.47% from 255) = 3.77%

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

R = 46.67%
G = 3.77%
B = 49.57%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A10DAB (or 0xA10DAB) is known color: Dark Magenta. HEX triplet: A1, 0D and AB. RGB value is (161,13,171). Sum of RGB (Red+Green+Blue) = 161+13+171=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #A10DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10DAB is #5EF254. Grayscale: #4A4A4A. Windows color (decimal): -6222421 or 11210145. OLE color: 11210145.

HSL color Cylindrical-coordinate representation of color #A10DAB: hue angle of 296.2º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10DAB is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 13 171 -
CMYK 0.06 0.92 0 0.33
HSL 296.2º 0.86% 0.36% -
HSV(B) 296.2º 0.92% 0.67% -
XYZ 22.19 10.81 39.44 -
YUV 75.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 161 13 171 0.06 0.92 0 0.33 296.2 0.86 0.36
Hex A1 D AB 6 5C 0 21 128 56 24
Octal 241 15 253 6 134 0 41 450 126 44
Binary 10100001 1101 10101011 110 1011100 0 100001 100101000 1010110 100100

Color Harmonies of #A10DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10DAB

Black with #A10DAB

Text Example


Text Example

White with #A10DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10DAB; }

 p { color: rgb(161,13,171); }

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

background-color css

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

 a { background-color: rgb(161,13,171); }

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

border-color css

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

 span { border-color: rgb(161,13,171); }

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