#A314E3

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

Shades of Dark Violet #A314E3

Tints of Dark Violet #A314E3

Color information

#A314E3 (or 0xA314E3) is unknown color: approx Dark Violet. HEX triplet: A3, 14 and E3. RGB value is (163,20,227). Sum of RGB (Red+Green+Blue) = 163+20+227=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 227 (89.06% from 255 or 55.37% from 410); Max value from RGB is 227 - color contains mainly: blue. Hex color #A314E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314E3 is #5CEB1C. Grayscale: #555555. Windows color (decimal): -6089501 or 14881955. OLE color: 14881955.

HSL color Cylindrical-coordinate representation of color #A314E3: hue angle of 281.45º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A314E3 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16320227-
CMYK0.280.9100.11
HSL281.45º83.81%48.43%-
HSV(B)281.45º91.19%89.02%-
XYZ29.2213.8373.8-
YUV86.35207.38182.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 20 (8.20% from 255) = 4.88%
BLUE value IS 227 (89.06% from 255) = 55.37%
R=39.76%
G=4.88%
B=55.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163202270.280.9100.11281.4583.8148.43
HexA314E31C5B0B1195430
Octal243243433413301343112460
Binary101000111010011100011111001011011010111000110011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A314E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A314E3; }

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

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

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

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

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

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

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

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