#A35D9B

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

Shades of Violet Blue #A35D9B

Tints of Violet Blue #A35D9B

Color information

#A35D9B (or 0xA35D9B) is unknown color: approx Violet Blue. HEX triplet: A3, 5D and 9B. RGB value is (163,93,155). Sum of RGB (Red+Green+Blue) = 163+93+155=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35D9B is #5CA264. Grayscale: #787878. Windows color (decimal): -6070885 or 10182051. OLE color: 10182051.

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

Color convert

RGB16393155-
CMYK00.430.050.36
HSL306.86º27.56%50.2%-
HSV(B)306.86º42.94%63.92%-
XYZ24.9417.9833.17-
YUV121147.19157.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 93 (36.72% from 255) = 22.63%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=39.66%
G=22.63%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639315500.430.050.36306.8627.5650.2
HexA35D9B02B5241331c32
Octal2431352330535444633462
Binary10100011101110110011011010101110110010010011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D9B; }

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

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

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

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

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

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

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

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