#A343A5

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

Shades of Violet Blue #A343A5

Tints of Violet Blue #A343A5

Color information

#A343A5 (or 0xA343A5) is unknown color: approx Violet Blue. HEX triplet: A3, 43 and A5. RGB value is (163,67,165). Sum of RGB (Red+Green+Blue) = 163+67+165=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 165 - color contains mainly: blue. Hex color #A343A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A343A5 is #5CBC5A. Grayscale: #6A6A6A. Windows color (decimal): -6077531 or 10830755. OLE color: 10830755.

HSL color Cylindrical-coordinate representation of color #A343A5: hue angle of 298.78º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A343A5 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16367165-
CMYK0.010.5900.35
HSL298.78º42.24%45.49%-
HSV(B)298.78º59.39%64.71%-
XYZ23.914.5237.14-
YUV106.88160.8168.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 67 (26.56% from 255) = 16.96%
BLUE value IS 165 (64.84% from 255) = 41.77%
R=41.27%
G=16.96%
B=41.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163671650.010.5900.35298.7842.2445.49
HexA343A513B02312b2a2d
Octal2431032451730434535255
Binary1010001110000111010010111110110100011100101011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A343A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A343A5; }

 p { color: rgb(163,67,165); }

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

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

 a { background-color: rgb(163,67,165); }

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

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

 span { border-color: rgb(163,67,165); }

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