#A94EA5

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

Shades of Violet Blue #A94EA5

Tints of Violet Blue #A94EA5

Color information

#A94EA5 (or 0xA94EA5) is unknown color: approx Violet Blue. HEX triplet: A9, 4E and A5. RGB value is (169,78,165). Sum of RGB (Red+Green+Blue) = 169+78+165=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A94EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94EA5 is #56B15A. Grayscale: #727272. Windows color (decimal): -5681499 or 10833577. OLE color: 10833577.

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

Color convert

RGB16978165-
CMYK00.540.020.34
HSL302.64º36.84%48.43%-
HSV(B)302.64º53.85%66.27%-
XYZ25.8816.637.44-
YUV115.13156.15166.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 78 (30.86% from 255) = 18.93%
BLUE value IS 165 (64.84% from 255) = 40.05%
R=41.02%
G=18.93%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697816500.540.020.34302.6436.8448.43
HexA94EA503622212f2530
Octal2511162450662424574560
Binary10101001100111010100101011011010100010100101111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94EA5; }

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

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

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

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

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

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

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

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