#A65A9E

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

Shades of Violet Blue #A65A9E

Tints of Violet Blue #A65A9E

Color information

#A65A9E (or 0xA65A9E) is unknown color: approx Violet Blue. HEX triplet: A6, 5A and 9E. RGB value is (166,90,158). Sum of RGB (Red+Green+Blue) = 166+90+158=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65A9E is #59A561. Grayscale: #787878. Windows color (decimal): -5875042 or 10377894. OLE color: 10377894.

HSL color Cylindrical-coordinate representation of color #A65A9E: hue angle of 306.32º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65A9E is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16690158-
CMYK00.460.050.35
HSL306.32º29.92%50.2%-
HSV(B)306.32º45.78%65.1%-
XYZ25.5517.8934.45-
YUV120.48149.18160.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 90 (35.55% from 255) = 21.74%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=40.10%
G=21.74%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669015800.460.050.35306.3229.9250.2
HexA65A9E02E5231321e32
Octal2461322360565434623662
Binary10100110101101010011110010111010110001110011001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A9E; }

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

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

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

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

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

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

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

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