#A64A96

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

Shades of Violet Blue #A64A96

Tints of Violet Blue #A64A96

Color information

#A64A96 (or 0xA64A96) is unknown color: approx Violet Blue. HEX triplet: A6, 4A and 96. RGB value is (166,74,150). Sum of RGB (Red+Green+Blue) = 166+74+150=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64A96 is #59B569. Grayscale: #6D6D6D. Windows color (decimal): -5879146 or 9849510. OLE color: 9849510.

HSL color Cylindrical-coordinate representation of color #A64A96: hue angle of 310.43º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64A96 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16674150-
CMYK00.550.100.35
HSL310.43º38.33%47.06%-
HSV(B)310.43º55.42%65.1%-
XYZ23.6815.2130.54-
YUV110.17150.48167.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 74 (29.30% from 255) = 18.97%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=42.56%
G=18.97%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667415000.550.100.35310.4338.3347.06
HexA64A96037A23136262f
Octal24611222606712434664657
Binary1010011010010101001011001101111010100011100110110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A96; }

 p { color: rgb(166,74,150); }

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

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

 a { background-color: rgb(166,74,150); }

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

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

 span { border-color: rgb(166,74,150); }

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