Html Css Color HEX #A11982 Dark Purple

📋 copy color: '#A11982'

red 161 ◦ green 25 ◦ blue 130

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

Shades of Dark Purple #A11982

Tints of Dark Purple #A11982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 50.95%
G = 7.91%
B = 41.14%

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

#A11982 (or 0xA11982) is known color: Dark Purple. HEX triplet: A1, 19 and 82. RGB value is (161,25,130). Sum of RGB (Red+Green+Blue) = 161+25+130=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A11982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11982 is #5EE67D. Grayscale: #4D4D4D. Windows color (decimal): -6219390 or 8526241. OLE color: 8526241.

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

Color convert

RGB 161 25 130 -
CMYK 0 0.84 0.19 0.37
HSL 313.68º 0.73% 0.36% -
HSV(B) 313.68º 0.84% 0.63% -
XYZ 19.07 9.88 22.02 -
YUV 77.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 161 25 130 0 0.84 0.19 0.37 313.68 0.73 0.36
Hex A1 19 82 0 54 13 25 13A 49 24
Octal 241 31 202 0 124 23 45 472 111 44
Binary 10100001 11001 10000010 0 1010100 10011 100101 100111010 1001001 100100

Color Harmonies of #A11982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11982

Black with #A11982

Text Example


Text Example

White with #A11982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11982; }

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

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

background-color css

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

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

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

border-color css

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

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

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