#A35C99

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

Shades of Violet Blue #A35C99

Tints of Violet Blue #A35C99

Color information

#A35C99 (or 0xA35C99) is unknown color: approx Violet Blue. HEX triplet: A3, 5C and 99. RGB value is (163,92,153). Sum of RGB (Red+Green+Blue) = 163+92+153=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35C99 is #5CA366. Grayscale: #787878. Windows color (decimal): -6071143 or 10050723. OLE color: 10050723.

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

Color convert

RGB16392153-
CMYK00.440.060.36
HSL308.45º27.84%50%-
HSV(B)308.45º43.56%63.92%-
XYZ24.6817.7432.26-
YUV120.18146.52158.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 92 (36.33% from 255) = 22.55%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=39.95%
G=22.55%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639215300.440.060.36308.4527.8450
HexA35C9902C6241341c32
Octal2431342310546444643462
Binary10100011101110010011001010110011010010010011010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C99; }

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

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

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

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

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

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

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

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