#A94F9D

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

Shades of Violet Blue #A94F9D

Tints of Violet Blue #A94F9D

Color information

#A94F9D (or 0xA94F9D) is unknown color: approx Violet Blue. HEX triplet: A9, 4F and 9D. RGB value is (169,79,157). Sum of RGB (Red+Green+Blue) = 169+79+157=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94F9D is #56B062. Grayscale: #727272. Windows color (decimal): -5681251 or 10309545. OLE color: 10309545.

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

Color convert

RGB16979157-
CMYK00.530.070.34
HSL308º36.29%48.63%-
HSV(B)308º53.25%66.27%-
XYZ25.2416.4633.75-
YUV114.8151.82166.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=41.73%
G=19.51%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697915700.530.070.3430836.2948.63
HexA94F9D0357221342431
Octal2511172350657424644461
Binary101010011001111100111010110101111100010100110100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F9D; }

 p { color: rgb(169,79,157); }

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

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

 a { background-color: rgb(169,79,157); }

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

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

 span { border-color: rgb(169,79,157); }

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