#A94199

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

Shades of Violet Blue #A94199

Tints of Violet Blue #A94199

Color information

#A94199 (or 0xA94199) is unknown color: approx Violet Blue. HEX triplet: A9, 41 and 99. RGB value is (169,65,153). Sum of RGB (Red+Green+Blue) = 169+65+153=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A94199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94199 is #56BE66. Grayscale: #696969. Windows color (decimal): -5684839 or 10043817. OLE color: 10043817.

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

Color convert

RGB16965153-
CMYK00.620.090.34
HSL309.23º44.44%45.88%-
HSV(B)309.23º61.54%66.27%-
XYZ2414.5231.67-
YUV106.13154.46172.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=43.67%
G=16.80%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696515300.620.090.34309.2344.4445.88
HexA9419903E9221352c2e
Octal25110123107611424655456
Binary1010100110000011001100101111101001100010100110101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94199; }

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

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

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

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

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

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

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

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