#A35F99

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

Shades of Violet Blue #A35F99

Tints of Violet Blue #A35F99

Color information

#A35F99 (or 0xA35F99) is unknown color: approx Violet Blue. HEX triplet: A3, 5F and 99. RGB value is (163,95,153). Sum of RGB (Red+Green+Blue) = 163+95+153=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35F99 is #5CA066. Grayscale: #797979. Windows color (decimal): -6070375 or 10051491. OLE color: 10051491.

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

Color convert

RGB16395153-
CMYK00.420.060.36
HSL308.82º26.98%50.59%-
HSV(B)308.82º41.72%63.92%-
XYZ24.9518.2732.35-
YUV121.94145.53157.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=39.66%
G=23.11%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639515300.420.060.36308.8226.9850.59
HexA35F9902A6241351b33
Octal2431372310526444653363
Binary10100011101111110011001010101011010010010011010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F99; }

 p { color: rgb(163,95,153); }

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

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

 a { background-color: rgb(163,95,153); }

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

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

 span { border-color: rgb(163,95,153); }

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