#A3187C

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

Shades of Dark Purple #A3187C

Tints of Dark Purple #A3187C

Color information

#A3187C (or 0xA3187C) is unknown color: approx Dark Purple. HEX triplet: A3, 18 and 7C. RGB value is (163,24,124). Sum of RGB (Red+Green+Blue) = 163+24+124=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3187C is #5CE783. Grayscale: #4C4C4C. Windows color (decimal): -6088580 or 8132771. OLE color: 8132771.

HSL color Cylindrical-coordinate representation of color #A3187C: hue angle of 316.83º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3187C is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16324124-
CMYK00.850.240.36
HSL316.83º74.33%36.67%-
HSV(B)316.83º85.28%63.92%-
XYZ19.079.919.97-
YUV76.96154.55189.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=52.41%
G=7.72%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632412400.850.240.36316.8374.3336.67
HexA3187C055182413d4a25
Octal243301740125304447511245
Binary1010001111000111110001010101110001001001001111011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3187C; }

 p { color: rgb(163,24,124); }

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

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

 a { background-color: rgb(163,24,124); }

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

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

 span { border-color: rgb(163,24,124); }

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