Html Css Color HEX #A11884 Dark Purple

📋 copy color: '#A11884'

red 161 ◦ green 24 ◦ blue 132

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

Shades of Dark Purple #A11884

Tints of Dark Purple #A11884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 50.79%
G = 7.57%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A11884 (or 0xA11884) is known color: Dark Purple. HEX triplet: A1, 18 and 84. RGB value is (161,24,132). Sum of RGB (Red+Green+Blue) = 161+24+132=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A11884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11884 is #5EE77B. Grayscale: #4C4C4C. Windows color (decimal): -6219644 or 8657057. OLE color: 8657057.

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

Color convert

RGB 161 24 132 -
CMYK 0 0.85 0.18 0.37
HSL 312.7º 0.74% 0.36% -
HSV(B) 312.7º 0.85% 0.63% -
XYZ 19.19 9.9 22.73 -
YUV 77.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 161 24 132 0 0.85 0.18 0.37 312.7 0.74 0.36
Hex A1 18 84 0 55 12 25 139 4A 24
Octal 241 30 204 0 125 22 45 471 112 44
Binary 10100001 11000 10000100 0 1010101 10010 100101 100111001 1001010 100100

Color Harmonies of #A11884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11884

Black with #A11884

Text Example


Text Example

White with #A11884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11884; }

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

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

background-color css

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

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

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

border-color css

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

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

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