#A947A5

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

Shades of Violet Blue #A947A5

Tints of Violet Blue #A947A5

Color information

#A947A5 (or 0xA947A5) is unknown color: approx Violet Blue. HEX triplet: A9, 47 and A5. RGB value is (169,71,165). Sum of RGB (Red+Green+Blue) = 169+71+165=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A947A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A947A5 is #56B85A. Grayscale: #6E6E6E. Windows color (decimal): -5683291 or 10831785. OLE color: 10831785.

HSL color Cylindrical-coordinate representation of color #A947A5: hue angle of 302.45º 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 #A947A5 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16971165-
CMYK00.580.020.34
HSL302.45º40.83%47.06%-
HSV(B)302.45º57.99%66.27%-
XYZ25.4115.6637.28-
YUV111.02158.47169.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 71 (28.12% from 255) = 17.53%
BLUE value IS 165 (64.84% from 255) = 40.74%
R=41.73%
G=17.53%
B=40.74%

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
Decimal1697116500.580.020.34302.4540.8347.06
HexA947A503A22212e292f
Octal2511072450722424565157
Binary10101001100011110100101011101010100010100101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A947A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A947A5; }

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

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

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

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

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

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

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

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