#A65BAE

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

Shades of Violet Blue #A65BAE

Tints of Violet Blue #A65BAE

Color information

#A65BAE (or 0xA65BAE) is unknown color: approx Violet Blue. HEX triplet: A6, 5B and AE. RGB value is (166,91,174). Sum of RGB (Red+Green+Blue) = 166+91+174=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #A65BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65BAE is #59A451. Grayscale: #7A7A7A. Windows color (decimal): -5874770 or 11426726. OLE color: 11426726.

HSL color Cylindrical-coordinate representation of color #A65BAE: hue angle of 294.22º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65BAE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16691174-
CMYK0.050.4800.32
HSL294.22º33.88%51.96%-
HSV(B)294.22º47.7%68.24%-
XYZ27.1118.6542.21-
YUV122.89156.85158.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=38.52%
G=21.11%
B=40.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166911740.050.4800.32294.2233.8851.96
HexA65BAE5300201262234
Octal2461332565600404464264
Binary101001101011011101011101011100000100000100100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65BAE; }

 p { color: rgb(166,91,174); }

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

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

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

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

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

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

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