Html Css Color HEX #A1198D Dark Purple

📋 copy color: '#A1198D'

red 161 ◦ green 25 ◦ blue 141

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

Shades of Dark Purple #A1198D

Tints of Dark Purple #A1198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.65%

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

R = 49.24%
G = 7.65%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1198D (or 0xA1198D) is known color: Dark Purple. HEX triplet: A1, 19 and 8D. RGB value is (161,25,141). Sum of RGB (Red+Green+Blue) = 161+25+141=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1198D is #5EE672. Grayscale: #4E4E4E. Windows color (decimal): -6219379 or 9247137. OLE color: 9247137.

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

Color convert

RGB 161 25 141 -
CMYK 0 0.84 0.12 0.37
HSL 308.82º 0.73% 0.36% -
HSV(B) 308.82º 0.84% 0.63% -
XYZ 19.85 10.2 26.12 -
YUV 78.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 161 25 141 0 0.84 0.12 0.37 308.82 0.73 0.36
Hex A1 19 8D 0 54 C 25 135 49 24
Octal 241 31 215 0 124 14 45 465 111 44
Binary 10100001 11001 10001101 0 1010100 1100 100101 100110101 1001001 100100

Color Harmonies of #A1198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1198D

Black with #A1198D

Text Example


Text Example

White with #A1198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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