#A453AA

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

Shades of Violet Blue #A453AA

Tints of Violet Blue #A453AA

Color information

#A453AA (or 0xA453AA) is unknown color: approx Violet Blue. HEX triplet: A4, 53 and AA. RGB value is (164,83,170). Sum of RGB (Red+Green+Blue) = 164+83+170=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #A453AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A453AA is #5BAC55. Grayscale: #747474. Windows color (decimal): -6007894 or 11162532. OLE color: 11162532.

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

Color convert

RGB16483170-
CMYK0.040.5100.33
HSL295.86º34.39%49.61%-
HSV(B)295.86º51.18%66.67%-
XYZ25.6616.9839.96-
YUV117.14157.84161.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=39.33%
G=19.90%
B=40.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164831700.040.5100.33295.8634.3949.61
HexA453AA4330211282232
Octal2441232524630414504262
Binary101001001010011101010101001100110100001100101000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A453AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A453AA; }

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

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

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

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

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

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

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

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