#A94DA8

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

Shades of Violet Blue #A94DA8

Tints of Violet Blue #A94DA8

Color information

#A94DA8 (or 0xA94DA8) is unknown color: approx Violet Blue. HEX triplet: A9, 4D and A8. RGB value is (169,77,168). Sum of RGB (Red+Green+Blue) = 169+77+168=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A94DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94DA8 is #56B257. Grayscale: #727272. Windows color (decimal): -5681752 or 11029929. OLE color: 11029929.

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

Color convert

RGB16977168-
CMYK00.540.010.34
HSL300.65º37.4%48.24%-
HSV(B)300.65º54.44%66.27%-
XYZ26.0816.5738.87-
YUV114.88157.98166.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 168 (66.02% from 255) = 40.58%
R=40.82%
G=18.60%
B=40.58%

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
Decimal1697716800.540.010.34300.6537.448.24
HexA94DA803612212d2530
Octal2511152500661424554560
Binary1010100110011011010100001101101100010100101101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94DA8; }

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

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

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

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

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

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

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

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