Html Css Color HEX #A1188D Dark Purple

📋 copy color: '#A1188D'

red 161 ◦ green 24 ◦ blue 141

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

Shades of Dark Purple #A1188D

Tints of Dark Purple #A1188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 49.39%
G = 7.36%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1188D (or 0xA1188D) is known color: Dark Purple. HEX triplet: A1, 18 and 8D. RGB value is (161,24,141). Sum of RGB (Red+Green+Blue) = 161+24+141=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1188D is #5EE772. Grayscale: #4D4D4D. Windows color (decimal): -6219635 or 9246881. OLE color: 9246881.

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

Color convert

RGB 161 24 141 -
CMYK 0 0.85 0.12 0.37
HSL 308.76º 0.74% 0.36% -
HSV(B) 308.76º 0.85% 0.63% -
XYZ 19.83 10.15 26.11 -
YUV 78.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 161 24 141 0 0.85 0.12 0.37 308.76 0.74 0.36
Hex A1 18 8D 0 55 C 25 135 4A 24
Octal 241 30 215 0 125 14 45 465 112 44
Binary 10100001 11000 10001101 0 1010101 1100 100101 100110101 1001010 100100

Color Harmonies of #A1188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1188D

Black with #A1188D

Text Example


Text Example

White with #A1188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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