#A35590

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

Shades of Violet Blue #A35590

Tints of Violet Blue #A35590

Color information

#A35590 (or 0xA35590) is unknown color: approx Violet Blue. HEX triplet: A3, 55 and 90. RGB value is (163,85,144). Sum of RGB (Red+Green+Blue) = 163+85+144=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A35590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35590 is #5CAA6F. Grayscale: #727272. Windows color (decimal): -6072944 or 9459107. OLE color: 9459107.

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

Color convert

RGB16385144-
CMYK00.480.120.36
HSL314.62º31.45%48.63%-
HSV(B)314.62º47.85%63.92%-
XYZ23.3916.328.3-
YUV115.05144.34162.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=41.58%
G=21.68%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638514400.480.120.36314.6231.4548.63
HexA35590030C2413b1f31
Octal24312522006014444733761
Binary101000111010101100100000110000110010010010011101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35590; }

 p { color: rgb(163,85,144); }

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

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

 a { background-color: rgb(163,85,144); }

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

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

 span { border-color: rgb(163,85,144); }

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