#A94EAB

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

Shades of Violet Blue #A94EAB

Tints of Violet Blue #A94EAB

Color information

#A94EAB (or 0xA94EAB) is unknown color: approx Violet Blue. HEX triplet: A9, 4E and AB. RGB value is (169,78,171). Sum of RGB (Red+Green+Blue) = 169+78+171=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #A94EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94EAB is #56B154. Grayscale: #737373. Windows color (decimal): -5681493 or 11226793. OLE color: 11226793.

HSL color Cylindrical-coordinate representation of color #A94EAB: hue angle of 298.71º 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 #A94EAB is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16978171-
CMYK0.010.5400.33
HSL298.71º37.35%48.82%-
HSV(B)298.71º54.39%67.06%-
XYZ26.4416.8240.38-
YUV115.81159.15165.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=40.43%
G=18.66%
B=40.91%

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
Decimal169781710.010.5400.33298.7137.3548.82
HexA94EAB13602112b2531
Octal2511162531660414534561
Binary1010100110011101010101111101100100001100101011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94EAB; }

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

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

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

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

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

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

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

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