#A65AAE

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

Shades of Violet Blue #A65AAE

Tints of Violet Blue #A65AAE

Color information

#A65AAE (or 0xA65AAE) is unknown color: approx Violet Blue. HEX triplet: A6, 5A and AE. RGB value is (166,90,174). Sum of RGB (Red+Green+Blue) = 166+90+174=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #A65AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65AAE is #59A551. Grayscale: #7A7A7A. Windows color (decimal): -5875026 or 11426470. OLE color: 11426470.

HSL color Cylindrical-coordinate representation of color #A65AAE: hue angle of 294.29º 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 #A65AAE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16690174-
CMYK0.050.4800.32
HSL294.29º34.15%51.76%-
HSV(B)294.29º48.28%68.24%-
XYZ27.0218.4842.19-
YUV122.3157.18159.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=38.60%
G=20.93%
B=40.47%

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
Decimal166901740.050.4800.32294.2934.1551.76
HexA65AAE5300201262234
Octal2461322565600404464264
Binary101001101011010101011101011100000100000100100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65AAE; }

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

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

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

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

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

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

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

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