Html Css Color HEX #A1147F Dark Purple

📋 copy color: '#A1147F'

red 161 ◦ green 20 ◦ blue 127

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

Shades of Dark Purple #A1147F

Tints of Dark Purple #A1147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.23%

R = 52.27%
G = 6.49%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1147F (or 0xA1147F) is known color: Dark Purple. HEX triplet: A1, 14 and 7F. RGB value is (161,20,127). Sum of RGB (Red+Green+Blue) = 161+20+127=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1147F is #5EEB80. Grayscale: #4A4A4A. Windows color (decimal): -6220673 or 8328353. OLE color: 8328353.

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

Color convert

RGB 161 20 127 -
CMYK 0 0.88 0.21 0.37
HSL 314.47º 0.78% 0.35% -
HSV(B) 314.47º 0.88% 0.63% -
XYZ 18.78 9.61 20.94 -
YUV 74.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 161 20 127 0 0.88 0.21 0.37 314.47 0.78 0.35
Hex A1 14 7F 0 58 15 25 13A 4E 23
Octal 241 24 177 0 130 25 45 472 116 43
Binary 10100001 10100 1111111 0 1011000 10101 100101 100111010 1001110 100011

Color Harmonies of #A1147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1147F

Black with #A1147F

Text Example


Text Example

White with #A1147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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