#A35E96

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

Shades of Violet Blue #A35E96

Tints of Violet Blue #A35E96

Color information

#A35E96 (or 0xA35E96) is unknown color: approx Violet Blue. HEX triplet: A3, 5E and 96. RGB value is (163,94,150). Sum of RGB (Red+Green+Blue) = 163+94+150=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35E96 is #5CA169. Grayscale: #787878. Windows color (decimal): -6070634 or 9854627. OLE color: 9854627.

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

Color convert

RGB16394150-
CMYK00.420.080.36
HSL311.3º27.27%50.39%-
HSV(B)311.3º42.33%63.92%-
XYZ24.6117.9931.03-
YUV121.01144.36157.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=40.05%
G=23.10%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639415000.420.080.36311.327.2750.39
HexA35E9602A8241371b32
Octal24313622605210444673362
Binary101000111011110100101100101010100010010010011011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E96; }

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

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

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

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

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

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

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

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