#A94F95

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

Shades of Violet Blue #A94F95

Tints of Violet Blue #A94F95

Color information

#A94F95 (or 0xA94F95) is unknown color: approx Violet Blue. HEX triplet: A9, 4F and 95. RGB value is (169,79,149). Sum of RGB (Red+Green+Blue) = 169+79+149=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94F95 is #56B06A. Grayscale: #717171. Windows color (decimal): -5681259 or 9785257. OLE color: 9785257.

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

Color convert

RGB16979149-
CMYK00.530.120.34
HSL313.33º36.29%48.63%-
HSV(B)313.33º53.25%66.27%-
XYZ24.5816.230.26-
YUV113.89147.82167.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 79 (31.25% from 255) = 19.90%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=42.57%
G=19.90%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697914900.530.120.34313.3336.2948.63
HexA94F95035C221392431
Octal25111722506514424714461
Binary1010100110011111001010101101011100100010100111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F95; }

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

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

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

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

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

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

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

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