#A94896

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

Shades of Violet Blue #A94896

Tints of Violet Blue #A94896

Color information

#A94896 (or 0xA94896) is unknown color: approx Violet Blue. HEX triplet: A9, 48 and 96. RGB value is (169,72,150). Sum of RGB (Red+Green+Blue) = 169+72+150=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A94896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94896 is #56B769. Grayscale: #6D6D6D. Windows color (decimal): -5683050 or 9849001. OLE color: 9849001.

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

Color convert

RGB16972150-
CMYK00.570.110.34
HSL311.75º40.25%47.25%-
HSV(B)311.75º57.4%66.27%-
XYZ24.1815.2730.53-
YUV109.89150.64170.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 72 (28.52% from 255) = 18.41%
BLUE value IS 150 (58.98% from 255) = 38.36%
R=43.22%
G=18.41%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697215000.570.110.34311.7540.2547.25
HexA94896039B22138282f
Octal25111022607113424705057
Binary1010100110010001001011001110011011100010100111000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94896; }

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

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

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

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

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

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

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

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