#A65399

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

Shades of Violet Blue #A65399

Tints of Violet Blue #A65399

Color information

#A65399 (or 0xA65399) is unknown color: approx Violet Blue. HEX triplet: A6, 53 and 99. RGB value is (166,83,153). Sum of RGB (Red+Green+Blue) = 166+83+153=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A65399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65399 is #59AC66. Grayscale: #737373. Windows color (decimal): -5876839 or 10048422. OLE color: 10048422.

HSL color Cylindrical-coordinate representation of color #A65399: hue angle of 309.4º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65399 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16683153-
CMYK00.500.080.35
HSL309.4º33.33%48.82%-
HSV(B)309.4º50%65.1%-
XYZ24.5716.5932.04-
YUV115.8149163.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=41.29%
G=20.65%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668315300.500.080.35309.433.3348.82
HexA653990328231352131
Octal24612323106210434654161
Binary1010011010100111001100101100101000100011100110101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65399; }

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

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

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

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

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

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

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

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