#a455aa

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

Shades of Violet Blue #A455AA

Tints of Violet Blue #A455AA

Color information

#A455AA (or 0xA455AA) is unknown color: approx Violet Blue. HEX triplet: A4, 55 and AA. RGB value is (164,85,170). Sum of RGB (Red+Green+Blue) = 164+85+170=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #A455AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A455AA is #5BAA55. Grayscale: #767676. Windows color (decimal): -6007382 or 11163044. OLE color: 11163044.

HSL color Cylindrical-coordinate representation of color #A455AA: hue angle of 295.76º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A455AA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16485170-
CMYK0.040.5000.33
HSL295.76º33.33%50%-
HSV(B)295.76º50%66.67%-
XYZ25.8117.2940.01-
YUV118.31157.17160.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=39.14%
G=20.29%
B=40.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164851700.040.5000.33295.7633.3350
HexA455AA4320211282132
Octal2441252524620414504162
Binary101001001010101101010101001100100100001100101000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a455aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a455aa; }

 p { color: rgb(164,85,170); }

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

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

 a { background-color: rgb(164,85,170); }

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

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

 span { border-color: rgb(164,85,170); }

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