#A342AB

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

Shades of Violet Blue #A342AB

Tints of Violet Blue #A342AB

Color information

#A342AB (or 0xA342AB) is unknown color: approx Violet Blue. HEX triplet: A3, 42 and AB. RGB value is (163,66,171). Sum of RGB (Red+Green+Blue) = 163+66+171=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #A342AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A342AB is #5CBD54. Grayscale: #6A6A6A. Windows color (decimal): -6077781 or 11223715. OLE color: 11223715.

HSL color Cylindrical-coordinate representation of color #A342AB: hue angle of 295.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A342AB is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16366171-
CMYK0.050.6100.33
HSL295.43º44.3%46.47%-
HSV(B)295.43º61.4%67.06%-
XYZ24.414.6240.06-
YUV106.97164.14167.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=40.75%
G=16.5%
B=42.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163661710.050.6100.33295.4344.346.47
HexA342AB53D0211272c2e
Octal2431022535750414475456
Binary101000111000010101010111011111010100001100100111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A342AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A342AB; }

 p { color: rgb(163,66,171); }

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

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

 a { background-color: rgb(163,66,171); }

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

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

 span { border-color: rgb(163,66,171); }

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