#A355AB

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

Shades of Violet Blue #A355AB

Tints of Violet Blue #A355AB

Color information

#A355AB (or 0xA355AB) is unknown color: approx Violet Blue. HEX triplet: A3, 55 and AB. RGB value is (163,85,171). Sum of RGB (Red+Green+Blue) = 163+85+171=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #A355AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A355AB is #5CAA54. Grayscale: #757575. Windows color (decimal): -6072917 or 11228579. OLE color: 11228579.

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

Color convert

RGB16385171-
CMYK0.050.5000.33
HSL294.42º33.86%50.2%-
HSV(B)294.42º50.29%67.06%-
XYZ25.717.2240.5-
YUV118.13157.84160.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=38.90%
G=20.29%
B=40.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163851710.050.5000.33294.4233.8650.2
HexA355AB5320211262232
Octal2431252535620414464262
Binary101000111010101101010111011100100100001100100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A355AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A355AB; }

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

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

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

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

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

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

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

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