#A31A7A

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

Shades of Dark Purple #A31A7A

Tints of Dark Purple #A31A7A

Color information

#A31A7A (or 0xA31A7A) is unknown color: approx Dark Purple. HEX triplet: A3, 1A and 7A. RGB value is (163,26,122). Sum of RGB (Red+Green+Blue) = 163+26+122=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31A7A is #5CE585. Grayscale: #4D4D4D. Windows color (decimal): -6088070 or 8002211. OLE color: 8002211.

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

Color convert

RGB16326122-
CMYK00.840.250.36
HSL317.96º72.49%37.06%-
HSV(B)317.96º84.05%63.92%-
XYZ18.999.9319.33-
YUV77.91152.89188.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 26 (10.55% from 255) = 8.36%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=52.41%
G=8.36%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632612200.840.250.36317.9672.4937.06
HexA31A7A054192413e4825
Octal243321720124314447611045
Binary1010001111010111101001010100110011001001001111101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31A7A; }

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

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

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

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

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

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

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

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