#A64399

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

Shades of Violet Blue #A64399

Tints of Violet Blue #A64399

Color information

#A64399 (or 0xA64399) is unknown color: approx Violet Blue. HEX triplet: A6, 43 and 99. RGB value is (166,67,153). Sum of RGB (Red+Green+Blue) = 166+67+153=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A64399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64399 is #59BC66. Grayscale: #6A6A6A. Windows color (decimal): -5880935 or 10044326. OLE color: 10044326.

HSL color Cylindrical-coordinate representation of color #A64399: hue angle of 307.88º 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 #A64399 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16667153-
CMYK00.600.080.35
HSL307.88º42.49%45.69%-
HSV(B)307.88º59.64%65.1%-
XYZ23.4814.4231.68-
YUV106.4154.3170.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 67 (26.56% from 255) = 17.36%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=43.01%
G=17.36%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666715300.600.080.35307.8842.4945.69
HexA6439903C8231342a2e
Octal24610323107410434645256
Binary1010011010000111001100101111001000100011100110100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64399; }

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

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

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

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

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

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

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

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