#A35995

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

Shades of Violet Blue #A35995

Tints of Violet Blue #A35995

Color information

#A35995 (or 0xA35995) is unknown color: approx Violet Blue. HEX triplet: A3, 59 and 95. RGB value is (163,89,149). Sum of RGB (Red+Green+Blue) = 163+89+149=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A35995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35995 is #5CA66A. Grayscale: #757575. Windows color (decimal): -6071915 or 9787811. OLE color: 9787811.

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

Color convert

RGB16389149-
CMYK00.450.090.36
HSL311.35º29.37%49.41%-
HSV(B)311.35º45.4%63.92%-
XYZ24.117.130.46-
YUV117.97145.52160.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=40.65%
G=22.19%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638914900.450.090.36311.3529.3749.41
HexA3599502D9241371d31
Octal24313122505511444673561
Binary101000111011001100101010101101100110010010011011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35995; }

 p { color: rgb(163,89,149); }

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

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

 a { background-color: rgb(163,89,149); }

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

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

 span { border-color: rgb(163,89,149); }

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