#A316C5

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

Shades of Dark Violet #A316C5

Tints of Dark Violet #A316C5

Color information

#A316C5 (or 0xA316C5) is unknown color: approx Dark Violet. HEX triplet: A3, 16 and C5. RGB value is (163,22,197). Sum of RGB (Red+Green+Blue) = 163+22+197=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #A316C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316C5 is #5CE93A. Grayscale: #535353. Windows color (decimal): -6089019 or 12916387. OLE color: 12916387.

HSL color Cylindrical-coordinate representation of color #A316C5: hue angle of 288.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A316C5 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16322197-
CMYK0.170.8900.23
HSL288.34º79.91%42.94%-
HSV(B)288.34º88.83%77.25%-
XYZ25.4712.3953.87-
YUV84.11191.71184.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 22 (8.98% from 255) = 5.76%
BLUE value IS 197 (77.34% from 255) = 51.57%
R=42.67%
G=5.76%
B=51.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163221970.170.8900.23288.3479.9142.94
HexA316C51159017120502b
Octal243263052113102744012053
Binary1010001110110110001011000110110010101111001000001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A316C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A316C5; }

 p { color: rgb(163,22,197); }

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

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

 a { background-color: rgb(163,22,197); }

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

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

 span { border-color: rgb(163,22,197); }

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