#A553AA

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

Shades of Violet Blue #A553AA

Tints of Violet Blue #A553AA

Color information

#A553AA (or 0xA553AA) is unknown color: approx Violet Blue. HEX triplet: A5, 53 and AA. RGB value is (165,83,170). Sum of RGB (Red+Green+Blue) = 165+83+170=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #A553AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A553AA is #5AAC55. Grayscale: #757575. Windows color (decimal): -5942358 or 11162533. OLE color: 11162533.

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

Color convert

RGB16583170-
CMYK0.030.5100.33
HSL296.55º34.39%49.61%-
HSV(B)296.55º51.18%66.67%-
XYZ25.8717.0939.97-
YUV117.44157.67161.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=39.47%
G=19.86%
B=40.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165831700.030.5100.33296.5534.3949.61
HexA553AA3330211292232
Octal2451232523630414514262
Binary10100101101001110101010111100110100001100101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A553AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A553AA; }

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

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

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

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

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

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

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

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