#A747AE

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

Shades of Violet Blue #A747AE

Tints of Violet Blue #A747AE

Color information

#A747AE (or 0xA747AE) is unknown color: approx Violet Blue. HEX triplet: A7, 47 and AE. RGB value is (167,71,174). Sum of RGB (Red+Green+Blue) = 167+71+174=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #A747AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A747AE is #58B851. Grayscale: #6F6F6F. Windows color (decimal): -5814354 or 11421607. OLE color: 11421607.

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

Color convert

RGB16771174-
CMYK0.040.5900.32
HSL295.92º42.04%48.04%-
HSV(B)295.92º59.2%68.24%-
XYZ25.8315.7841.73-
YUV111.45163.3167.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 71 (28.12% from 255) = 17.23%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=40.53%
G=17.23%
B=42.23%

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
Decimal167711740.040.5900.32295.9242.0448.04
HexA747AE43B0201282a30
Octal2471072564730404505260
Binary101001111000111101011101001110110100000100101000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A747AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A747AE; }

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

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

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

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

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

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

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

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