#A31485

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

Shades of Dark Purple #A31485

Tints of Dark Purple #A31485

Color information

#A31485 (or 0xA31485) is unknown color: approx Dark Purple. HEX triplet: A3, 14 and 85. RGB value is (163,20,133). Sum of RGB (Red+Green+Blue) = 163+20+133=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A31485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31485 is #5CEB7A. Grayscale: #4B4B4B. Windows color (decimal): -6089595 or 8721571. OLE color: 8721571.

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

Color convert

RGB16320133-
CMYK00.880.180.36
HSL312.59º78.14%35.88%-
HSV(B)312.59º87.73%63.92%-
XYZ19.599.9823.08-
YUV75.64160.38190.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 20 (8.20% from 255) = 6.33%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=51.58%
G=6.33%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632013300.880.180.36312.5978.1435.88
HexA3148505812241394e24
Octal243242050130224447111644
Binary10100011101001000010101011000100101001001001110011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31485; }

 p { color: rgb(163,20,133); }

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

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

 a { background-color: rgb(163,20,133); }

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

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

 span { border-color: rgb(163,20,133); }

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