Html Css Color HEX #A1147D Dark Purple

📋 copy color: '#A1147D'

red 161 ◦ green 20 ◦ blue 125

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

Shades of Dark Purple #A1147D

Tints of Dark Purple #A1147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 52.61%
G = 6.54%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1147D (or 0xA1147D) is known color: Dark Purple. HEX triplet: A1, 14 and 7D. RGB value is (161,20,125). Sum of RGB (Red+Green+Blue) = 161+20+125=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1147D is #5EEB82. Grayscale: #494949. Windows color (decimal): -6220675 or 8197281. OLE color: 8197281.

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

Color convert

RGB 161 20 125 -
CMYK 0 0.88 0.22 0.37
HSL 315.32º 0.78% 0.35% -
HSV(B) 315.32º 0.88% 0.63% -
XYZ 18.65 9.56 20.26 -
YUV 74.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 161 20 125 0 0.88 0.22 0.37 315.32 0.78 0.35
Hex A1 14 7D 0 58 16 25 13B 4E 23
Octal 241 24 175 0 130 26 45 473 116 43
Binary 10100001 10100 1111101 0 1011000 10110 100101 100111011 1001110 100011

Color Harmonies of #A1147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1147D

Black with #A1147D

Text Example


Text Example

White with #A1147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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