#A947A6

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

Shades of Violet Blue #A947A6

Tints of Violet Blue #A947A6

Color information

#A947A6 (or 0xA947A6) is unknown color: approx Violet Blue. HEX triplet: A9, 47 and A6. RGB value is (169,71,166). Sum of RGB (Red+Green+Blue) = 169+71+166=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A947A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A947A6 is #56B859. Grayscale: #6E6E6E. Windows color (decimal): -5683290 or 10897321. OLE color: 10897321.

HSL color Cylindrical-coordinate representation of color #A947A6: hue angle of 301.84º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A947A6 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16971166-
CMYK00.580.020.34
HSL301.84º40.83%47.06%-
HSV(B)301.84º57.99%66.27%-
XYZ25.515.6937.76-
YUV111.13158.97169.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 71 (28.12% from 255) = 17.49%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=41.63%
G=17.49%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697116600.580.020.34301.8440.8347.06
HexA947A603A22212e292f
Octal2511072460722424565157
Binary10101001100011110100110011101010100010100101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A947A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A947A6; }

 p { color: rgb(169,71,166); }

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

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

 a { background-color: rgb(169,71,166); }

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

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

 span { border-color: rgb(169,71,166); }

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