#A0459C

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

Shades of Violet Blue #A0459C

Tints of Violet Blue #A0459C

Color information

#A0459C (or 0xA0459C) is unknown color: approx Violet Blue. HEX triplet: A0, 45 and 9C. RGB value is (160,69,156). Sum of RGB (Red+Green+Blue) = 160+69+156=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A0459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0459C is #5FBA63. Grayscale: #696969. Windows color (decimal): -6273636 or 10241440. OLE color: 10241440.

HSL color Cylindrical-coordinate representation of color #A0459C: hue angle of 302.64º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0459C is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16069156-
CMYK00.570.020.37
HSL302.64º39.74%44.9%-
HSV(B)302.64º56.88%62.75%-
XYZ22.6314.1332.99-
YUV106.13156.15166.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=41.56%
G=17.92%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606915600.570.020.37302.6439.7444.9
HexA0459C03922512f282d
Octal2401052340712454575055
Binary10100000100010110011100011100110100101100101111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0459C; }

 p { color: rgb(160,69,156); }

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

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

 a { background-color: rgb(160,69,156); }

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

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

 span { border-color: rgb(160,69,156); }

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