#A450A0

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

Shades of Violet Blue #A450A0

Tints of Violet Blue #A450A0

Color information

#A450A0 (or 0xA450A0) is unknown color: approx Violet Blue. HEX triplet: A4, 50 and A0. RGB value is (164,80,160). Sum of RGB (Red+Green+Blue) = 164+80+160=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A450A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A450A0 is #5BAF5F. Grayscale: #727272. Windows color (decimal): -6008672 or 10506404. OLE color: 10506404.

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

Color convert

RGB16480160-
CMYK00.510.020.36
HSL302.86º34.43%47.84%-
HSV(B)302.86º51.22%64.31%-
XYZ24.5216.1735.09-
YUV114.24153.83163.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 160 (62.89% from 255) = 39.60%
R=40.59%
G=19.80%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648016000.510.020.36302.8634.4347.84
HexA450A003322412f2230
Octal2441202400632444574260
Binary10100100101000010100000011001110100100100101111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A450A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A450A0; }

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

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

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

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

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

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

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

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