#A35593

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

Shades of Violet Blue #A35593

Tints of Violet Blue #A35593

Color information

#A35593 (or 0xA35593) is unknown color: approx Violet Blue. HEX triplet: A3, 55 and 93. RGB value is (163,85,147). Sum of RGB (Red+Green+Blue) = 163+85+147=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A35593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35593 is #5CAA6C. Grayscale: #737373. Windows color (decimal): -6072941 or 9655715. OLE color: 9655715.

HSL color Cylindrical-coordinate representation of color #A35593: hue angle of 312.31º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35593 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16385147-
CMYK00.480.100.36
HSL312.31º31.45%48.63%-
HSV(B)312.31º47.85%63.92%-
XYZ23.6216.3929.52-
YUV115.39145.84161.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=41.27%
G=21.52%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638514700.480.100.36312.3131.4548.63
HexA35593030A241381f31
Octal24312522306012444703761
Binary101000111010101100100110110000101010010010011100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35593; }

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

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

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

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

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

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

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

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