#A354AB

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

Shades of Violet Blue #A354AB

Tints of Violet Blue #A354AB

Color information

#A354AB (or 0xA354AB) is unknown color: approx Violet Blue. HEX triplet: A3, 54 and AB. RGB value is (163,84,171). Sum of RGB (Red+Green+Blue) = 163+84+171=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #A354AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A354AB is #5CAB54. Grayscale: #757575. Windows color (decimal): -6073173 or 11228323. OLE color: 11228323.

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

Color convert

RGB16384171-
CMYK0.050.5100.33
HSL294.48º34.12%50%-
HSV(B)294.48º50.88%67.06%-
XYZ25.6317.0740.47-
YUV117.54158.17160.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=39.00%
G=20.10%
B=40.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163841710.050.5100.33294.4834.1250
HexA354AB5330211262232
Octal2431242535630414464262
Binary101000111010100101010111011100110100001100100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A354AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A354AB; }

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

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

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

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

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

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

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

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