#A65DA6

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

Shades of Violet Blue #A65DA6

Tints of Violet Blue #A65DA6

Color information

#A65DA6 (or 0xA65DA6) is unknown color: approx Violet Blue. HEX triplet: A6, 5D and A6. RGB value is (166,93,166). Sum of RGB (Red+Green+Blue) = 166+93+166=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A65DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65DA6 is #59A259. Grayscale: #7A7A7A. Windows color (decimal): -5874266 or 10902950. OLE color: 10902950.

HSL color Cylindrical-coordinate representation of color #A65DA6: hue angle of 300º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65DA6 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16693166-
CMYK00.4400.35
HSL300º29.08%50.78%-
HSV(B)300º43.98%65.1%-
XYZ26.5218.6938.29-
YUV123.15152.18158.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 166 (65.23% from 255) = 39.06%
R=39.06%
G=21.88%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669316600.4400.3530029.0850.78
HexA65DA602C02312c1d33
Octal2461352460540434543563
Binary101001101011101101001100101100010001110010110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65DA6; }

 p { color: rgb(166,93,166); }

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

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

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

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

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

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

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