#A35D95

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

Shades of Violet Blue #A35D95

Tints of Violet Blue #A35D95

Color information

#A35D95 (or 0xA35D95) is unknown color: approx Violet Blue. HEX triplet: A3, 5D and 95. RGB value is (163,93,149). Sum of RGB (Red+Green+Blue) = 163+93+149=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35D95 is #5CA26A. Grayscale: #787878. Windows color (decimal): -6070891 or 9788835. OLE color: 9788835.

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

Color convert

RGB16393149-
CMYK00.430.090.36
HSL312º27.56%50.2%-
HSV(B)312º42.94%63.92%-
XYZ24.4417.7930.58-
YUV120.31144.19158.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=40.25%
G=22.96%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639314900.430.090.3631227.5650.2
HexA35D9502B9241381c32
Octal24313522505311444703462
Binary101000111011101100101010101011100110010010011100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D95; }

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

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

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

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

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

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

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

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