#A340A1

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

Shades of Violet Blue #A340A1

Tints of Violet Blue #A340A1

Color information

#A340A1 (or 0xA340A1) is unknown color: approx Violet Blue. HEX triplet: A3, 40 and A1. RGB value is (163,64,161). Sum of RGB (Red+Green+Blue) = 163+64+161=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A340A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A340A1 is #5CBF5E. Grayscale: #686868. Windows color (decimal): -6078303 or 10567843. OLE color: 10567843.

HSL color Cylindrical-coordinate representation of color #A340A1: hue angle of 301.21º 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 #A340A1 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16364161-
CMYK00.610.010.36
HSL301.21º43.61%44.51%-
HSV(B)301.21º60.74%63.92%-
XYZ23.3714.0335.19-
YUV104.66159.8169.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 161 (63.28% from 255) = 41.49%
R=42.01%
G=16.49%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636416100.610.010.36301.2143.6144.51
HexA340A103D12412d2c2d
Octal2431002410751444555455
Binary1010001110000001010000101111011100100100101101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A340A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A340A1; }

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

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

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

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

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

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

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

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