#A94A9E

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

Shades of Violet Blue #A94A9E

Tints of Violet Blue #A94A9E

Color information

#A94A9E (or 0xA94A9E) is unknown color: approx Violet Blue. HEX triplet: A9, 4A and 9E. RGB value is (169,74,158). Sum of RGB (Red+Green+Blue) = 169+74+158=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94A9E is #56B561. Grayscale: #6F6F6F. Windows color (decimal): -5682530 or 10373801. OLE color: 10373801.

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

Color convert

RGB16974158-
CMYK00.560.070.34
HSL306.95º39.09%47.65%-
HSV(B)306.95º56.21%66.27%-
XYZ24.9815.834.08-
YUV111.98153.97168.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 74 (29.30% from 255) = 18.45%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=42.14%
G=18.45%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697415800.560.070.34306.9539.0947.65
HexA94A9E0387221332730
Octal2511122360707424634760
Binary101010011001010100111100111000111100010100110011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A9E; }

 p { color: rgb(169,74,158); }

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

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

 a { background-color: rgb(169,74,158); }

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

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

 span { border-color: rgb(169,74,158); }

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