Html Css Color HEX #A11A81 Dark Purple

📋 copy color: '#A11A81'

red 161 ◦ green 26 ◦ blue 129

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

Shades of Dark Purple #A11A81

Tints of Dark Purple #A11A81

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.23%

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 50.95%
G = 8.23%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A11A81 (or 0xA11A81) is known color: Dark Purple. HEX triplet: A1, 1A and 81. RGB value is (161,26,129). Sum of RGB (Red+Green+Blue) = 161+26+129=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11A81 is #5EE57E. Grayscale: #4D4D4D. Windows color (decimal): -6219135 or 8460961. OLE color: 8460961.

HSL color Cylindrical-coordinate representation of color #A11A81: hue angle of 314.22º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A81 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 26 129 -
CMYK 0 0.84 0.20 0.37
HSL 314.22º 0.72% 0.37% -
HSV(B) 314.22º 0.84% 0.63% -
XYZ 19.03 9.9 21.68 -
YUV 78.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 161 26 129 0 0.84 0.20 0.37 314.22 0.72 0.37
Hex A1 1A 81 0 54 14 25 13A 48 25
Octal 241 32 201 0 124 24 45 472 110 45
Binary 10100001 11010 10000001 0 1010100 10100 100101 100111010 1001000 100101

Color Harmonies of #A11A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11A81

Black with #A11A81

Text Example


Text Example

White with #A11A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11A81; }

 p { color: rgb(161,26,129); }

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

background-color css

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

 a { background-color: rgb(161,26,129); }

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

border-color css

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

 span { border-color: rgb(161,26,129); }

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