Html Css Color HEX #A11183 Dark Purple

📋 copy color: '#A11183'

red 161 ◦ green 17 ◦ blue 131

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

Shades of Dark Purple #A11183

Tints of Dark Purple #A11183

RGB

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

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

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

R = 52.1%
G = 5.5%
B = 42.39%

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

#A11183 (or 0xA11183) is known color: Dark Purple. HEX triplet: A1, 11 and 83. RGB value is (161,17,131). Sum of RGB (Red+Green+Blue) = 161+17+131=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A11183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11183 is #5EEE7C. Grayscale: #484848. Windows color (decimal): -6221437 or 8589729. OLE color: 8589729.

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

Color convert

RGB 161 17 131 -
CMYK 0 0.89 0.19 0.37
HSL 312.5º 0.81% 0.35% -
HSV(B) 312.5º 0.89% 0.63% -
XYZ 19 9.62 22.33 -
YUV 73.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 161 17 131 0 0.89 0.19 0.37 312.5 0.81 0.35
Hex A1 11 83 0 59 13 25 138 51 23
Octal 241 21 203 0 131 23 45 470 121 43
Binary 10100001 10001 10000011 0 1011001 10011 100101 100111000 1010001 100011

Color Harmonies of #A11183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11183

Black with #A11183

Text Example


Text Example

White with #A11183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11183; }

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

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

background-color css

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

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

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

border-color css

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

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

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