#A453AE

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

Shades of Violet Blue #A453AE

Tints of Violet Blue #A453AE

Color information

#A453AE (or 0xA453AE) is unknown color: approx Violet Blue. HEX triplet: A4, 53 and AE. RGB value is (164,83,174). Sum of RGB (Red+Green+Blue) = 164+83+174=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #A453AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A453AE is #5BAC51. Grayscale: #757575. Windows color (decimal): -6007890 or 11424676. OLE color: 11424676.

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

Color convert

RGB16483174-
CMYK0.060.5200.32
HSL293.41º35.97%50.39%-
HSV(B)293.41º52.3%68.24%-
XYZ26.0417.1441.98-
YUV117.59159.84161.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 83 (32.81% from 255) = 19.71%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=38.95%
G=19.71%
B=41.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164831740.060.5200.32293.4135.9750.39
HexA453AE6340201252432
Octal2441232566640404454462
Binary101001001010011101011101101101000100000100100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A453AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A453AE; }

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

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

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

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

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

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

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

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