Html Css Color HEX #A1147C Dark Purple

📋 copy color: '#A1147C'

red 161 ◦ green 20 ◦ blue 124

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

Shades of Dark Purple #A1147C

Tints of Dark Purple #A1147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.56%

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 52.79%
G = 6.56%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1147C (or 0xA1147C) is known color: Dark Purple. HEX triplet: A1, 14 and 7C. RGB value is (161,20,124). Sum of RGB (Red+Green+Blue) = 161+20+124=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1147C is #5EEB83. Grayscale: #494949. Windows color (decimal): -6220676 or 8131745. OLE color: 8131745.

HSL color Cylindrical-coordinate representation of color #A1147C: hue angle of 315.74º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1147C is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 20 124 -
CMYK 0 0.88 0.23 0.37
HSL 315.74º 0.78% 0.35% -
HSV(B) 315.74º 0.88% 0.63% -
XYZ 18.59 9.53 19.93 -
YUV 74.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 161 20 124 0 0.88 0.23 0.37 315.74 0.78 0.35
Hex A1 14 7C 0 58 17 25 13C 4E 23
Octal 241 24 174 0 130 27 45 474 116 43
Binary 10100001 10100 1111100 0 1011000 10111 100101 100111100 1001110 100011

Color Harmonies of #A1147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1147C

Black with #A1147C

Text Example


Text Example

White with #A1147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1147C; }

 p { color: rgb(161,20,124); }

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

background-color css

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

 a { background-color: rgb(161,20,124); }

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

border-color css

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

 span { border-color: rgb(161,20,124); }

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