#A31F92

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

Shades of Dark Purple #A31F92

Tints of Dark Purple #A31F92

Color information

#A31F92 (or 0xA31F92) is unknown color: approx Dark Purple. HEX triplet: A3, 1F and 92. RGB value is (163,31,146). Sum of RGB (Red+Green+Blue) = 163+31+146=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31F92 is #5CE06D. Grayscale: #535353. Windows color (decimal): -6086766 or 9576355. OLE color: 9576355.

HSL color Cylindrical-coordinate representation of color #A31F92: hue angle of 307.73º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A31F92 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16331146-
CMYK00.810.100.36
HSL307.73º68.04%38.04%-
HSV(B)307.73º80.98%63.92%-
XYZ20.7810.8428.19-
YUV83.58163.23184.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 31 (12.5% from 255) = 9.12%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=47.94%
G=9.12%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633114600.810.100.36307.7368.0438.04
HexA31F92051A241344426
Octal243372220121124446410446
Binary1010001111111100100100101000110101001001001101001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31F92; }

 p { color: rgb(163,31,146); }

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

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

 a { background-color: rgb(163,31,146); }

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

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

 span { border-color: rgb(163,31,146); }

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