#A047A4

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

Shades of Violet Blue #A047A4

Tints of Violet Blue #A047A4

Color information

#A047A4 (or 0xA047A4) is unknown color: approx Violet Blue. HEX triplet: A0, 47 and A4. RGB value is (160,71,164). Sum of RGB (Red+Green+Blue) = 160+71+164=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #A047A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A047A4 is #5FB85B. Grayscale: #6B6B6B. Windows color (decimal): -6273116 or 10766240. OLE color: 10766240.

HSL color Cylindrical-coordinate representation of color #A047A4: hue angle of 297.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A047A4 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16071164-
CMYK0.020.5700.36
HSL297.42º39.57%46.08%-
HSV(B)297.42º56.71%64.31%-
XYZ23.4514.6636.72-
YUV108.21159.49164.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 71 (28.12% from 255) = 17.97%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=40.51%
G=17.97%
B=41.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160711640.020.5700.36297.4239.5746.08
HexA047A4239024129282e
Octal2401072442710444515056
Binary10100000100011110100100101110010100100100101001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A047A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A047A4; }

 p { color: rgb(160,71,164); }

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

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

 a { background-color: rgb(160,71,164); }

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

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

 span { border-color: rgb(160,71,164); }

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