Html Css Color HEX #A11B84 Dark Purple

📋 copy color: '#A11B84'

red 161 ◦ green 27 ◦ blue 132

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

Shades of Dark Purple #A11B84

Tints of Dark Purple #A11B84

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.44%

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

R = 50.31%
G = 8.44%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A11B84 (or 0xA11B84) is known color: Dark Purple. HEX triplet: A1, 1B and 84. RGB value is (161,27,132). Sum of RGB (Red+Green+Blue) = 161+27+132=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11B84 is #5EE47B. Grayscale: #4E4E4E. Windows color (decimal): -6218876 or 8657825. OLE color: 8657825.

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

Color convert

RGB 161 27 132 -
CMYK 0 0.83 0.18 0.37
HSL 312.99º 0.71% 0.37% -
HSV(B) 312.99º 0.83% 0.63% -
XYZ 19.25 10.03 22.75 -
YUV 79.04 157.89 186.46 -
System Red Green Blue C M Y K H S L
Decimal 161 27 132 0 0.83 0.18 0.37 312.99 0.71 0.37
Hex A1 1B 84 0 53 12 25 139 47 25
Octal 241 33 204 0 123 22 45 471 107 45
Binary 10100001 11011 10000100 0 1010011 10010 100101 100111001 1000111 100101

Color Harmonies of #A11B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11B84

Black with #A11B84

Text Example


Text Example

White with #A11B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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