Html Css Color HEX #A11883 Dark Purple

📋 copy color: '#A11883'

red 161 ◦ green 24 ◦ blue 131

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

Shades of Dark Purple #A11883

Tints of Dark Purple #A11883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.59%

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

R = 50.95%
G = 7.59%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A11883 (or 0xA11883) is known color: Dark Purple. HEX triplet: A1, 18 and 83. RGB value is (161,24,131). Sum of RGB (Red+Green+Blue) = 161+24+131=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A11883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11883 is #5EE77C. Grayscale: #4C4C4C. Windows color (decimal): -6219645 or 8591521. OLE color: 8591521.

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

Color convert

RGB 161 24 131 -
CMYK 0 0.85 0.19 0.37
HSL 313.14º 0.74% 0.36% -
HSV(B) 313.14º 0.85% 0.63% -
XYZ 19.12 9.87 22.37 -
YUV 77.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 161 24 131 0 0.85 0.19 0.37 313.14 0.74 0.36
Hex A1 18 83 0 55 13 25 139 4A 24
Octal 241 30 203 0 125 23 45 471 112 44
Binary 10100001 11000 10000011 0 1010101 10011 100101 100111001 1001010 100100

Color Harmonies of #A11883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11883

Black with #A11883

Text Example


Text Example

White with #A11883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11883; }

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

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

background-color css

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

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

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

border-color css

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

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

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