#A05C93

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

Shades of Violet Blue #A05C93

Tints of Violet Blue #A05C93

Color information

#A05C93 (or 0xA05C93) is unknown color: approx Violet Blue. HEX triplet: A0, 5C and 93. RGB value is (160,92,147). Sum of RGB (Red+Green+Blue) = 160+92+147=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05C93 is #5FA36C. Grayscale: #767676. Windows color (decimal): -6267757 or 9657504. OLE color: 9657504.

HSL color Cylindrical-coordinate representation of color #A05C93: hue angle of 311.47º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A05C93 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB16092147-
CMYK00.430.080.37
HSL311.47º26.98%49.41%-
HSV(B)311.47º42.5%62.75%-
XYZ23.5917.2329.69-
YUV118.6144.03157.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=40.10%
G=23.06%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609214700.430.080.37311.4726.9849.41
HexA05C9302B8251371b31
Octal24013422305310454673361
Binary101000001011100100100110101011100010010110011011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05C93; }

 p { color: rgb(160,92,147); }

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

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

 a { background-color: rgb(160,92,147); }

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

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

 span { border-color: rgb(160,92,147); }

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