#A455AE

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

Shades of Violet Blue #A455AE

Tints of Violet Blue #A455AE

Color information

#A455AE (or 0xA455AE) is unknown color: approx Violet Blue. HEX triplet: A4, 55 and AE. RGB value is (164,85,174). Sum of RGB (Red+Green+Blue) = 164+85+174=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #A455AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A455AE is #5BAA51. Grayscale: #767676. Windows color (decimal): -6007378 or 11425188. OLE color: 11425188.

HSL color Cylindrical-coordinate representation of color #A455AE: hue angle of 293.26º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A455AE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16485174-
CMYK0.060.5100.32
HSL293.26º35.46%50.78%-
HSV(B)293.26º51.15%68.24%-
XYZ26.217.4542.03-
YUV118.77159.17160.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=38.77%
G=20.09%
B=41.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164851740.060.5100.32293.2635.4650.78
HexA455AE6330201252333
Octal2441252566630404454363
Binary101001001010101101011101101100110100000100100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A455AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A455AE; }

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

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

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

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

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

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

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

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