#A65EAE

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

Shades of Violet Blue #A65EAE

Tints of Violet Blue #A65EAE

Color information

#A65EAE (or 0xA65EAE) is unknown color: approx Violet Blue. HEX triplet: A6, 5E and AE. RGB value is (166,94,174). Sum of RGB (Red+Green+Blue) = 166+94+174=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #A65EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65EAE is #59A151. Grayscale: #7C7C7C. Windows color (decimal): -5874002 or 11427494. OLE color: 11427494.

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

Color convert

RGB16694174-
CMYK0.050.4600.32
HSL294º33.06%52.55%-
HSV(B)294º45.98%68.24%-
XYZ27.3719.1742.3-
YUV124.65155.85157.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 94 (37.11% from 255) = 21.66%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=38.25%
G=21.66%
B=40.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166941740.050.4600.3229433.0652.55
HexA65EAE52E0201262135
Octal2461362565560404464165
Binary101001101011110101011101011011100100000100100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65EAE; }

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

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

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

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

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

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

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

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