Html Css Color HEX #A11182 Dark Purple

📋 copy color: '#A11182'

red 161 ◦ green 17 ◦ blue 130

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

Shades of Dark Purple #A11182

Tints of Dark Purple #A11182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

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

R = 52.27%
G = 5.52%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A11182 (or 0xA11182) is known color: Dark Purple. HEX triplet: A1, 11 and 82. RGB value is (161,17,130). Sum of RGB (Red+Green+Blue) = 161+17+130=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A11182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11182 is #5EEE7D. Grayscale: #484848. Windows color (decimal): -6221438 or 8524193. OLE color: 8524193.

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

Color convert

RGB 161 17 130 -
CMYK 0 0.89 0.19 0.37
HSL 312.92º 0.81% 0.35% -
HSV(B) 312.92º 0.89% 0.63% -
XYZ 18.93 9.59 21.97 -
YUV 72.94 160.21 190.81 -
System Red Green Blue C M Y K H S L
Decimal 161 17 130 0 0.89 0.19 0.37 312.92 0.81 0.35
Hex A1 11 82 0 59 13 25 139 51 23
Octal 241 21 202 0 131 23 45 471 121 43
Binary 10100001 10001 10000010 0 1011001 10011 100101 100111001 1010001 100011

Color Harmonies of #A11182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11182

Black with #A11182

Text Example


Text Example

White with #A11182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11182; }

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

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

background-color css

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

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

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

border-color css

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

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

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