#A96194

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

Shades of Violet Blue #A96194

Tints of Violet Blue #A96194

Color information

#A96194 (or 0xA96194) is unknown color: approx Violet Blue. HEX triplet: A9, 61 and 94. RGB value is (169,97,148). Sum of RGB (Red+Green+Blue) = 169+97+148=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A96194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96194 is #569E6B. Grayscale: #7C7C7C. Windows color (decimal): -5676652 or 9724329. OLE color: 9724329.

HSL color Cylindrical-coordinate representation of color #A96194: hue angle of 317.5º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96194 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB16997148-
CMYK00.430.120.34
HSL317.5º29.51%52.16%-
HSV(B)317.5º42.6%66.27%-
XYZ25.9819.1230.34-
YUV124.34141.35159.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=40.82%
G=23.43%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699714800.430.120.34317.529.5152.16
HexA9619402BC2213e1e34
Octal25114122405314424763664
Binary101010011100001100101000101011110010001010011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96194; }

 p { color: rgb(169,97,148); }

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

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

 a { background-color: rgb(169,97,148); }

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

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

 span { border-color: rgb(169,97,148); }

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