#A35799

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

Shades of Violet Blue #A35799

Tints of Violet Blue #A35799

Color information

#A35799 (or 0xA35799) is unknown color: approx Violet Blue. HEX triplet: A3, 57 and 99. RGB value is (163,87,153). Sum of RGB (Red+Green+Blue) = 163+87+153=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A35799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35799 is #5CA866. Grayscale: #757575. Windows color (decimal): -6072423 or 10049443. OLE color: 10049443.

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

Color convert

RGB16387153-
CMYK00.470.060.36
HSL307.89º30.4%49.02%-
HSV(B)307.89º46.63%63.92%-
XYZ24.2616.932.12-
YUV117.25148.18160.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 87 (34.38% from 255) = 21.59%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=40.45%
G=21.59%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638715300.470.060.36307.8930.449.02
HexA3579902F6241341e31
Octal2431272310576444643661
Binary10100011101011110011001010111111010010010011010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35799; }

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

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

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

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

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

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

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

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