#A748AE

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

Shades of Violet Blue #A748AE

Tints of Violet Blue #A748AE

Color information

#A748AE (or 0xA748AE) is unknown color: approx Violet Blue. HEX triplet: A7, 48 and AE. RGB value is (167,72,174). Sum of RGB (Red+Green+Blue) = 167+72+174=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #A748AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A748AE is #58B751. Grayscale: #6F6F6F. Windows color (decimal): -5814098 or 11421863. OLE color: 11421863.

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

Color convert

RGB16772174-
CMYK0.040.5900.32
HSL295.88º41.46%48.24%-
HSV(B)295.88º58.62%68.24%-
XYZ25.8915.9141.75-
YUV112.03162.97167.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 72 (28.52% from 255) = 17.43%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=40.44%
G=17.43%
B=42.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167721740.040.5900.32295.8841.4648.24
HexA748AE43B0201282930
Octal2471102564730404505160
Binary101001111001000101011101001110110100000100101000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A748AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A748AE; }

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

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

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

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

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

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

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

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