Html Css Color HEX #A110AB Dark Magenta

📋 copy color: '#A110AB'

red 161 ◦ green 16 ◦ blue 171

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

Shades of Dark Magenta #A110AB

Tints of Dark Magenta #A110AB

RGB

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

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

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

R = 46.26%
G = 4.6%
B = 49.14%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A110AB (or 0xA110AB) is known color: Dark Magenta. HEX triplet: A1, 10 and AB. RGB value is (161,16,171). Sum of RGB (Red+Green+Blue) = 161+16+171=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #A110AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A110AB is #5EEF54. Grayscale: #4C4C4C. Windows color (decimal): -6221653 or 11210913. OLE color: 11210913.

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

Color convert

RGB 161 16 171 -
CMYK 0.06 0.91 0 0.33
HSL 296.13º 0.83% 0.37% -
HSV(B) 296.13º 0.91% 0.67% -
XYZ 22.23 10.89 39.46 -
YUV 77.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 161 16 171 0.06 0.91 0 0.33 296.13 0.83 0.37
Hex A1 10 AB 6 5B 0 21 128 53 25
Octal 241 20 253 6 133 0 41 450 123 45
Binary 10100001 10000 10101011 110 1011011 0 100001 100101000 1010011 100101

Color Harmonies of #A110AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A110AB

Black with #A110AB

Text Example


Text Example

White with #A110AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A110AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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