#A94C99

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

Shades of Violet Blue #A94C99

Tints of Violet Blue #A94C99

Color information

#A94C99 (or 0xA94C99) is unknown color: approx Violet Blue. HEX triplet: A9, 4C and 99. RGB value is (169,76,153). Sum of RGB (Red+Green+Blue) = 169+76+153=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94C99 is #56B366. Grayscale: #707070. Windows color (decimal): -5682023 or 10046633. OLE color: 10046633.

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

Color convert

RGB16976153-
CMYK00.550.090.34
HSL310.32º37.96%48.04%-
HSV(B)310.32º55.03%66.27%-
XYZ24.715.931.91-
YUV112.58150.81168.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 76 (30.08% from 255) = 19.10%
BLUE value IS 153 (60.16% from 255) = 38.44%
R=42.46%
G=19.10%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697615300.550.090.34310.3237.9648.04
HexA94C990379221362630
Octal25111423106711424664660
Binary1010100110011001001100101101111001100010100110110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C99; }

 p { color: rgb(169,76,153); }

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

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

 a { background-color: rgb(169,76,153); }

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

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

 span { border-color: rgb(169,76,153); }

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