#A31C7E

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

Shades of Dark Purple #A31C7E

Tints of Dark Purple #A31C7E

Color information

#A31C7E (or 0xA31C7E) is unknown color: approx Dark Purple. HEX triplet: A3, 1C and 7E. RGB value is (163,28,126). Sum of RGB (Red+Green+Blue) = 163+28+126=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31C7E is #5CE381. Grayscale: #4F4F4F. Windows color (decimal): -6087554 or 8264867. OLE color: 8264867.

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

Color convert

RGB16328126-
CMYK00.830.230.36
HSL316.44º70.68%37.45%-
HSV(B)316.44º82.82%63.92%-
XYZ19.2910.1220.68-
YUV79.54154.23187.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.42%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=51.42%
G=8.83%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632812600.830.230.36316.4470.6837.45
HexA31C7E053172413c4725
Octal243341760123274447410745
Binary1010001111100111111001010011101111001001001111001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31C7E; }

 p { color: rgb(163,28,126); }

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

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

 a { background-color: rgb(163,28,126); }

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

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

 span { border-color: rgb(163,28,126); }

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