#A340A0

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

Shades of Violet Blue #A340A0

Tints of Violet Blue #A340A0

Color information

#A340A0 (or 0xA340A0) is unknown color: approx Violet Blue. HEX triplet: A3, 40 and A0. RGB value is (163,64,160). Sum of RGB (Red+Green+Blue) = 163+64+160=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A340A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A340A0 is #5CBF5F. Grayscale: #686868. Windows color (decimal): -6078304 or 10502307. OLE color: 10502307.

HSL color Cylindrical-coordinate representation of color #A340A0: hue angle of 301.82º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A340A0 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16364160-
CMYK00.610.020.36
HSL301.82º43.61%44.51%-
HSV(B)301.82º60.74%63.92%-
XYZ23.2813.9934.73-
YUV104.54159.3169.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 64 (25.39% from 255) = 16.54%
BLUE value IS 160 (62.89% from 255) = 41.34%
R=42.12%
G=16.54%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636416000.610.020.36301.8243.6144.51
HexA340A003D22412e2c2d
Octal2431002400752444565455
Binary10100011100000010100000011110110100100100101110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A340A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A340A0; }

 p { color: rgb(163,64,160); }

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

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

 a { background-color: rgb(163,64,160); }

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

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

 span { border-color: rgb(163,64,160); }

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