#A355AE

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

Shades of Violet Blue #A355AE

Tints of Violet Blue #A355AE

Color information

#A355AE (or 0xA355AE) is unknown color: approx Violet Blue. HEX triplet: A3, 55 and AE. RGB value is (163,85,174). Sum of RGB (Red+Green+Blue) = 163+85+174=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #A355AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A355AE is #5CAA51. Grayscale: #767676. Windows color (decimal): -6072914 or 11425187. OLE color: 11425187.

HSL color Cylindrical-coordinate representation of color #A355AE: hue angle of 292.58º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A355AE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16385174-
CMYK0.060.5100.32
HSL292.58º35.46%50.78%-
HSV(B)292.58º51.15%68.24%-
XYZ25.9917.3442.02-
YUV118.47159.34159.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=38.63%
G=20.14%
B=41.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163851740.060.5100.32292.5835.4650.78
HexA355AE6330201252333
Octal2431252566630404454363
Binary101000111010101101011101101100110100000100100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A355AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A355AE; }

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

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

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

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

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

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

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

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