#A3187A

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

Shades of Dark Purple #A3187A

Tints of Dark Purple #A3187A

Color information

#A3187A (or 0xA3187A) is unknown color: approx Dark Purple. HEX triplet: A3, 18 and 7A. RGB value is (163,24,122). Sum of RGB (Red+Green+Blue) = 163+24+122=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3187A is #5CE785. Grayscale: #4C4C4C. Windows color (decimal): -6088582 or 8001699. OLE color: 8001699.

HSL color Cylindrical-coordinate representation of color #A3187A: hue angle of 317.7º 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 #A3187A is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16324122-
CMYK00.850.250.36
HSL317.7º74.33%36.67%-
HSV(B)317.7º85.28%63.92%-
XYZ18.949.8419.31-
YUV76.73153.55189.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 24 (9.77% from 255) = 7.77%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=52.75%
G=7.77%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632412200.850.250.36317.774.3336.67
HexA3187A055192413e4a25
Octal243301720125314447611245
Binary1010001111000111101001010101110011001001001111101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3187A; }

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

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

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

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

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

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

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

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