#A94DA7

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

Shades of Violet Blue #A94DA7

Tints of Violet Blue #A94DA7

Color information

#A94DA7 (or 0xA94DA7) is unknown color: approx Violet Blue. HEX triplet: A9, 4D and A7. RGB value is (169,77,167). Sum of RGB (Red+Green+Blue) = 169+77+167=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A94DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94DA7 is #56B258. Grayscale: #727272. Windows color (decimal): -5681753 or 10964393. OLE color: 10964393.

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

Color convert

RGB16977167-
CMYK00.540.010.34
HSL301.3º37.4%48.24%-
HSV(B)301.3º54.44%66.27%-
XYZ25.9916.5338.38-
YUV114.77157.48166.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 77 (30.47% from 255) = 18.64%
BLUE value IS 167 (65.62% from 255) = 40.44%
R=40.92%
G=18.64%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697716700.540.010.34301.337.448.24
HexA94DA703612212d2530
Octal2511152470661424554560
Binary1010100110011011010011101101101100010100101101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94DA7; }

 p { color: rgb(169,77,167); }

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

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

 a { background-color: rgb(169,77,167); }

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

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

 span { border-color: rgb(169,77,167); }

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