#A94CAE

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

Shades of Violet Blue #A94CAE

Tints of Violet Blue #A94CAE

Color information

#A94CAE (or 0xA94CAE) is unknown color: approx Violet Blue. HEX triplet: A9, 4C and AE. RGB value is (169,76,174). Sum of RGB (Red+Green+Blue) = 169+76+174=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #A94CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94CAE is #56B351. Grayscale: #727272. Windows color (decimal): -5682002 or 11422889. OLE color: 11422889.

HSL color Cylindrical-coordinate representation of color #A94CAE: hue angle of 296.94º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94CAE is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16976174-
CMYK0.030.5600.32
HSL296.94º39.2%49.02%-
HSV(B)296.94º56.32%68.24%-
XYZ26.5916.6641.86-
YUV114.98161.31166.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 76 (30.08% from 255) = 18.14%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=40.33%
G=18.14%
B=41.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169761740.030.5600.32296.9439.249.02
HexA94CAE3380201292731
Octal2511142563700404514761
Binary10101001100110010101110111110000100000100101001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94CAE; }

 p { color: rgb(169,76,174); }

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

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

 a { background-color: rgb(169,76,174); }

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

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

 span { border-color: rgb(169,76,174); }

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