#A35390

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

Shades of Violet Blue #A35390

Tints of Violet Blue #A35390

Color information

#A35390 (or 0xA35390) is unknown color: approx Violet Blue. HEX triplet: A3, 53 and 90. RGB value is (163,83,144). Sum of RGB (Red+Green+Blue) = 163+83+144=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A35390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35390 is #5CAC6F. Grayscale: #717171. Windows color (decimal): -6073456 or 9458595. OLE color: 9458595.

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

Color convert

RGB16383144-
CMYK00.490.120.36
HSL314.25º32.52%48.24%-
HSV(B)314.25º49.08%63.92%-
XYZ23.2315.9928.25-
YUV113.87145163.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=41.79%
G=21.28%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638314400.490.120.36314.2532.5248.24
HexA35390031C2413a2130
Octal24312322006114444724160
Binary1010001110100111001000001100011100100100100111010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35390; }

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

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

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

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

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

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

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

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