#A357AB

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

Shades of Violet Blue #A357AB

Tints of Violet Blue #A357AB

Color information

#A357AB (or 0xA357AB) is unknown color: approx Violet Blue. HEX triplet: A3, 57 and AB. RGB value is (163,87,171). Sum of RGB (Red+Green+Blue) = 163+87+171=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #A357AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A357AB is #5CA854. Grayscale: #777777. Windows color (decimal): -6072405 or 11229091. OLE color: 11229091.

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

Color convert

RGB16387171-
CMYK0.050.4900.33
HSL294.29º33.33%50.59%-
HSV(B)294.29º49.12%67.06%-
XYZ25.8617.5440.55-
YUV119.3157.18159.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.72%
GREEN value IS 87 (34.38% from 255) = 20.67%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=38.72%
G=20.67%
B=40.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163871710.050.4900.33294.2933.3350.59
HexA357AB5310211262133
Octal2431272535610414464163
Binary101000111010111101010111011100010100001100100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A357AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A357AB; }

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

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

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

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

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

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

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

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