Html Css Color HEX #A1198A Dark Purple

📋 copy color: '#A1198A'

red 161 ◦ green 25 ◦ blue 138

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

Shades of Dark Purple #A1198A

Tints of Dark Purple #A1198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 49.69%
G = 7.72%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1198A (or 0xA1198A) is known color: Dark Purple. HEX triplet: A1, 19 and 8A. RGB value is (161,25,138). Sum of RGB (Red+Green+Blue) = 161+25+138=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1198A is #5EE675. Grayscale: #4E4E4E. Windows color (decimal): -6219382 or 9050529. OLE color: 9050529.

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

Color convert

RGB 161 25 138 -
CMYK 0 0.84 0.14 0.37
HSL 310.15º 0.73% 0.36% -
HSV(B) 310.15º 0.84% 0.63% -
XYZ 19.63 10.11 24.96 -
YUV 78.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 161 25 138 0 0.84 0.14 0.37 310.15 0.73 0.36
Hex A1 19 8A 0 54 E 25 136 49 24
Octal 241 31 212 0 124 16 45 466 111 44
Binary 10100001 11001 10001010 0 1010100 1110 100101 100110110 1001001 100100

Color Harmonies of #A1198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1198A

Black with #A1198A

Text Example


Text Example

White with #A1198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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