Html Css Color HEX #A11A84 Dark Purple

📋 copy color: '#A11A84'

red 161 ◦ green 26 ◦ blue 132

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

Shades of Dark Purple #A11A84

Tints of Dark Purple #A11A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.38%

R = 50.47%
G = 8.15%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A11A84 (or 0xA11A84) is known color: Dark Purple. HEX triplet: A1, 1A and 84. RGB value is (161,26,132). Sum of RGB (Red+Green+Blue) = 161+26+132=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11A84 is #5EE57B. Grayscale: #4E4E4E. Windows color (decimal): -6219132 or 8657569. OLE color: 8657569.

HSL color Cylindrical-coordinate representation of color #A11A84: hue angle of 312.89º 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 #A11A84 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 26 132 -
CMYK 0 0.84 0.18 0.37
HSL 312.89º 0.72% 0.37% -
HSV(B) 312.89º 0.84% 0.63% -
XYZ 19.23 9.98 22.74 -
YUV 78.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 161 26 132 0 0.84 0.18 0.37 312.89 0.72 0.37
Hex A1 1A 84 0 54 12 25 139 48 25
Octal 241 32 204 0 124 22 45 471 110 45
Binary 10100001 11010 10000100 0 1010100 10010 100101 100111001 1001000 100101

Color Harmonies of #A11A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11A84

Black with #A11A84

Text Example


Text Example

White with #A11A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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