#A94496

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

Shades of Violet Blue #A94496

Tints of Violet Blue #A94496

Color information

#A94496 (or 0xA94496) is unknown color: approx Violet Blue. HEX triplet: A9, 44 and 96. RGB value is (169,68,150). Sum of RGB (Red+Green+Blue) = 169+68+150=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A94496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94496 is #56BB69. Grayscale: #6B6B6B. Windows color (decimal): -5684074 or 9847977. OLE color: 9847977.

HSL color Cylindrical-coordinate representation of color #A94496: hue angle of 311.29º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94496 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB16968150-
CMYK00.600.110.34
HSL311.29º42.62%46.47%-
HSV(B)311.29º59.76%66.27%-
XYZ23.9314.7730.44-
YUV107.55151.96171.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 68 (26.95% from 255) = 17.57%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=43.67%
G=17.57%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696815000.600.110.34311.2942.6246.47
HexA9449603CB221372b2e
Octal25110422607413424675356
Binary1010100110001001001011001111001011100010100110111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94496; }

 p { color: rgb(169,68,150); }

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

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

 a { background-color: rgb(169,68,150); }

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

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

 span { border-color: rgb(169,68,150); }

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