#A94696

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

Shades of Violet Blue #A94696

Tints of Violet Blue #A94696

Color information

#A94696 (or 0xA94696) is unknown color: approx Violet Blue. HEX triplet: A9, 46 and 96. RGB value is (169,70,150). Sum of RGB (Red+Green+Blue) = 169+70+150=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A94696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94696 is #56B969. Grayscale: #6C6C6C. Windows color (decimal): -5683562 or 9848489. OLE color: 9848489.

HSL color Cylindrical-coordinate representation of color #A94696: hue angle of 311.52º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94696 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB16970150-
CMYK00.590.110.34
HSL311.52º41.42%46.86%-
HSV(B)311.52º58.58%66.27%-
XYZ24.0615.0230.48-
YUV108.72151.3171-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 70 (27.73% from 255) = 17.99%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=43.44%
G=17.99%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697015000.590.110.34311.5241.4246.86
HexA9469603BB22138292f
Octal25110622607313424705157
Binary1010100110001101001011001110111011100010100111000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94696; }

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

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

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

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

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

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

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

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