#A35594

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

Shades of Violet Blue #A35594

Tints of Violet Blue #A35594

Color information

#A35594 (or 0xA35594) is unknown color: approx Violet Blue. HEX triplet: A3, 55 and 94. RGB value is (163,85,148). Sum of RGB (Red+Green+Blue) = 163+85+148=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A35594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35594 is #5CAA6B. Grayscale: #737373. Windows color (decimal): -6072940 or 9721251. OLE color: 9721251.

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

Color convert

RGB16385148-
CMYK00.480.090.36
HSL311.54º31.45%48.63%-
HSV(B)311.54º47.85%63.92%-
XYZ23.716.4229.94-
YUV115.5146.34161.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=41.16%
G=21.46%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638514800.480.090.36311.5431.4548.63
HexA355940309241381f31
Octal24312522406011444703761
Binary101000111010101100101000110000100110010010011100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35594; }

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

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

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

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

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

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

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

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