#A94EAA

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

Shades of Violet Blue #A94EAA

Tints of Violet Blue #A94EAA

Color information

#A94EAA (or 0xA94EAA) is unknown color: approx Violet Blue. HEX triplet: A9, 4E and AA. RGB value is (169,78,170). Sum of RGB (Red+Green+Blue) = 169+78+170=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #A94EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94EAA is #56B155. Grayscale: #737373. Windows color (decimal): -5681494 or 11161257. OLE color: 11161257.

HSL color Cylindrical-coordinate representation of color #A94EAA: hue angle of 299.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A94EAA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16978170-
CMYK0.010.5400.33
HSL299.35º37.1%48.63%-
HSV(B)299.35º54.12%66.67%-
XYZ26.3416.7939.88-
YUV115.7158.65166.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 78 (30.86% from 255) = 18.71%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=40.53%
G=18.71%
B=40.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169781700.010.5400.33299.3537.148.63
HexA94EAA13602112b2531
Octal2511162521660414534561
Binary1010100110011101010101011101100100001100101011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94EAA; }

 p { color: rgb(169,78,170); }

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

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

 a { background-color: rgb(169,78,170); }

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

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

 span { border-color: rgb(169,78,170); }

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