Html Css Color HEX #A11983 Dark Purple

📋 copy color: '#A11983'

red 161 ◦ green 25 ◦ blue 131

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

Shades of Dark Purple #A11983

Tints of Dark Purple #A11983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

 BLUE value IS 131 (51.56% from 255) = 41.32%

R = 50.79%
G = 7.89%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A11983 (or 0xA11983) is known color: Dark Purple. HEX triplet: A1, 19 and 83. RGB value is (161,25,131). Sum of RGB (Red+Green+Blue) = 161+25+131=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A11983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11983 is #5EE67C. Grayscale: #4D4D4D. Windows color (decimal): -6219389 or 8591777. OLE color: 8591777.

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

Color convert

RGB 161 25 131 -
CMYK 0 0.84 0.19 0.37
HSL 313.24º 0.73% 0.36% -
HSV(B) 313.24º 0.84% 0.63% -
XYZ 19.14 9.91 22.38 -
YUV 77.75 158.06 187.38 -
System Red Green Blue C M Y K H S L
Decimal 161 25 131 0 0.84 0.19 0.37 313.24 0.73 0.36
Hex A1 19 83 0 54 13 25 139 49 24
Octal 241 31 203 0 124 23 45 471 111 44
Binary 10100001 11001 10000011 0 1010100 10011 100101 100111001 1001001 100100

Color Harmonies of #A11983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11983

Black with #A11983

Text Example


Text Example

White with #A11983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11983; }

 p { color: rgb(161,25,131); }

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

background-color css

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

 a { background-color: rgb(161,25,131); }

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

border-color css

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

 span { border-color: rgb(161,25,131); }

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