#A64396

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

Shades of Violet Blue #A64396

Tints of Violet Blue #A64396

Color information

#A64396 (or 0xA64396) is unknown color: approx Violet Blue. HEX triplet: A6, 43 and 96. RGB value is (166,67,150). Sum of RGB (Red+Green+Blue) = 166+67+150=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A64396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64396 is #59BC69. Grayscale: #696969. Windows color (decimal): -5880938 or 9847718. OLE color: 9847718.

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

Color convert

RGB16667150-
CMYK00.600.100.35
HSL309.7º42.49%45.69%-
HSV(B)309.7º59.64%65.1%-
XYZ23.2414.3230.39-
YUV106.06152.8170.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 67 (26.56% from 255) = 17.49%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=43.34%
G=17.49%
B=39.16%

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
Decimal1666715000.600.100.35309.742.4945.69
HexA6439603CA231362a2e
Octal24610322607412434665256
Binary1010011010000111001011001111001010100011100110110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64396; }

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

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

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

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

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

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

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

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