#A553AE

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

Shades of Violet Blue #A553AE

Tints of Violet Blue #A553AE

Color information

#A553AE (or 0xA553AE) is unknown color: approx Violet Blue. HEX triplet: A5, 53 and AE. RGB value is (165,83,174). Sum of RGB (Red+Green+Blue) = 165+83+174=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #A553AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A553AE is #5AAC51. Grayscale: #757575. Windows color (decimal): -5942354 or 11424677. OLE color: 11424677.

HSL color Cylindrical-coordinate representation of color #A553AE: hue angle of 294.07º 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 #A553AE is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16583174-
CMYK0.050.5200.32
HSL294.07º35.97%50.39%-
HSV(B)294.07º52.3%68.24%-
XYZ26.2517.2441.99-
YUV117.89159.67161.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 83 (32.81% from 255) = 19.67%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=39.10%
G=19.67%
B=41.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165831740.050.5200.32294.0735.9750.39
HexA553AE5340201262432
Octal2451232565640404464462
Binary101001011010011101011101011101000100000100100110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A553AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A553AE; }

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

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

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

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

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

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

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

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