#a35d96

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

Shades of Violet Blue #A35D96

Tints of Violet Blue #A35D96

Color information

#A35D96 (or 0xA35D96) is unknown color: approx Violet Blue. HEX triplet: A3, 5D and 96. RGB value is (163,93,150). Sum of RGB (Red+Green+Blue) = 163+93+150=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35D96 is #5CA269. Grayscale: #787878. Windows color (decimal): -6070890 or 9854371. OLE color: 9854371.

HSL color Cylindrical-coordinate representation of color #A35D96: hue angle of 311.14º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A35D96 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16393150-
CMYK00.430.080.36
HSL311.14º27.56%50.2%-
HSV(B)311.14º42.94%63.92%-
XYZ24.5217.8231-
YUV120.43144.69158.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=40.15%
G=22.91%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639315000.430.080.36311.1427.5650.2
HexA35D9602B8241371c32
Octal24313522605310444673462
Binary101000111011101100101100101011100010010010011011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35d96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35d96; }

 p { color: rgb(163,93,150); }

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

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

 a { background-color: rgb(163,93,150); }

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

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

 span { border-color: rgb(163,93,150); }

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