#A548AE

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

Shades of Violet Blue #A548AE

Tints of Violet Blue #A548AE

Color information

#A548AE (or 0xA548AE) is unknown color: approx Violet Blue. HEX triplet: A5, 48 and AE. RGB value is (165,72,174). Sum of RGB (Red+Green+Blue) = 165+72+174=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #A548AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A548AE is #5AB751. Grayscale: #6F6F6F. Windows color (decimal): -5945170 or 11421861. OLE color: 11421861.

HSL color Cylindrical-coordinate representation of color #A548AE: hue angle of 294.71º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A548AE is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16572174-
CMYK0.050.5900.32
HSL294.71º41.46%48.24%-
HSV(B)294.71º58.62%68.24%-
XYZ25.4715.6941.73-
YUV111.43163.31166.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=40.15%
G=17.52%
B=42.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165721740.050.5900.32294.7141.4648.24
HexA548AE53B0201272930
Octal2451102565730404475160
Binary101001011001000101011101011110110100000100100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A548AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A548AE; }

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

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

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

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

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

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

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

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