#A35599

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

Shades of Violet Blue #A35599

Tints of Violet Blue #A35599

Color information

#A35599 (or 0xA35599) is unknown color: approx Violet Blue. HEX triplet: A3, 55 and 99. RGB value is (163,85,153). Sum of RGB (Red+Green+Blue) = 163+85+153=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A35599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35599 is #5CAA66. Grayscale: #737373. Windows color (decimal): -6072935 or 10048931. OLE color: 10048931.

HSL color Cylindrical-coordinate representation of color #A35599: hue angle of 307.69º 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 #A35599 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16385153-
CMYK00.480.060.36
HSL307.69º31.45%48.63%-
HSV(B)307.69º47.85%63.92%-
XYZ24.116.5832.07-
YUV116.07148.84161.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=40.65%
G=21.20%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638515300.480.060.36307.6931.4548.63
HexA355990306241341f31
Octal2431252310606444643761
Binary10100011101010110011001011000011010010010011010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35599; }

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

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

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

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

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

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

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

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