#A45093

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

Shades of Violet Blue #A45093

Tints of Violet Blue #A45093

Color information

#A45093 (or 0xA45093) is unknown color: approx Violet Blue. HEX triplet: A4, 50 and 93. RGB value is (164,80,147). Sum of RGB (Red+Green+Blue) = 164+80+147=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A45093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45093 is #5BAF6C. Grayscale: #707070. Windows color (decimal): -6008685 or 9654436. OLE color: 9654436.

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

Color convert

RGB16480147-
CMYK00.510.100.36
HSL312.14º34.43%47.84%-
HSV(B)312.14º51.22%64.31%-
XYZ23.4415.7429.41-
YUV112.75147.33164.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=41.94%
G=20.46%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648014700.510.100.36312.1434.4347.84
HexA45093033A241382230
Octal24412022306312444704260
Binary1010010010100001001001101100111010100100100111000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45093; }

 p { color: rgb(164,80,147); }

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

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

 a { background-color: rgb(164,80,147); }

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

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

 span { border-color: rgb(164,80,147); }

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