#A3157E

Color #A3157E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A3157E

Tints of Dark Purple #A3157E

Color information

#A3157E (or 0xA3157E) is unknown color: approx Dark Purple. HEX triplet: A3, 15 and 7E. RGB value is (163,21,126). Sum of RGB (Red+Green+Blue) = 163+21+126=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3157E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3157E is #5CEA81. Grayscale: #4B4B4B. Windows color (decimal): -6089346 or 8263075. OLE color: 8263075.

HSL color Cylindrical-coordinate representation of color #A3157E: hue angle of 315.63º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3157E is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16321126-
CMYK00.870.230.36
HSL315.63º77.17%36.08%-
HSV(B)315.63º87.12%63.92%-
XYZ19.149.8320.63-
YUV75.43156.54190.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.58%
GREEN value IS 21 (8.59% from 255) = 6.77%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=52.58%
G=6.77%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632112600.870.230.36315.6377.1736.08
HexA3157E057172413c4d24
Octal243251760127274447411544
Binary1010001110101111111001010111101111001001001111001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3157E; }

 p { color: rgb(163,21,126); }

 H1.HeaderClassName
 {
   color: #A3157E;
 }
 .AnyTagClassName
 {
   color: #A3157E;
 }
</style>
background-color css

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

 a { background-color: rgb(163,21,126); }

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

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

 span { border-color: rgb(163,21,126); }

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