#A64296

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

Shades of Violet Blue #A64296

Tints of Violet Blue #A64296

Color information

#A64296 (or 0xA64296) is unknown color: approx Violet Blue. HEX triplet: A6, 42 and 96. RGB value is (166,66,150). Sum of RGB (Red+Green+Blue) = 166+66+150=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A64296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64296 is #59BD69. Grayscale: #696969. Windows color (decimal): -5881194 or 9847462. OLE color: 9847462.

HSL color Cylindrical-coordinate representation of color #A64296: hue angle of 309.6º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64296 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16666150-
CMYK00.600.100.35
HSL309.6º43.1%45.49%-
HSV(B)309.6º60.24%65.1%-
XYZ23.1814.2130.37-
YUV105.48153.13171.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=43.46%
G=17.28%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666615000.600.100.35309.643.145.49
HexA6429603CA231362b2d
Octal24610222607412434665355
Binary1010011010000101001011001111001010100011100110110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64296; }

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

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

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

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

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

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

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

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