#A45190

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

Shades of Violet Blue #A45190

Tints of Violet Blue #A45190

Color information

#A45190 (or 0xA45190) is unknown color: approx Violet Blue. HEX triplet: A4, 51 and 90. RGB value is (164,81,144). Sum of RGB (Red+Green+Blue) = 164+81+144=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A45190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45190 is #5BAE6F. Grayscale: #707070. Windows color (decimal): -6008432 or 9458084. OLE color: 9458084.

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

Color convert

RGB16481144-
CMYK00.510.120.36
HSL314.46º33.88%48.04%-
HSV(B)314.46º50.61%64.31%-
XYZ23.2915.7928.21-
YUV113145.5164.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=42.16%
G=20.82%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648114400.510.120.36314.4633.8848.04
HexA45190033C2413a2230
Octal24412122006314444724260
Binary1010010010100011001000001100111100100100100111010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45190; }

 p { color: rgb(164,81,144); }

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

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

 a { background-color: rgb(164,81,144); }

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

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

 span { border-color: rgb(164,81,144); }

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