#A65B9E

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

Shades of Violet Blue #A65B9E

Tints of Violet Blue #A65B9E

Color information

#A65B9E (or 0xA65B9E) is unknown color: approx Violet Blue. HEX triplet: A6, 5B and 9E. RGB value is (166,91,158). Sum of RGB (Red+Green+Blue) = 166+91+158=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65B9E is #59A461. Grayscale: #787878. Windows color (decimal): -5874786 or 10378150. OLE color: 10378150.

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

Color convert

RGB16691158-
CMYK00.450.050.35
HSL306.4º29.64%50.39%-
HSV(B)306.4º45.18%65.1%-
XYZ25.6418.0634.48-
YUV121.06148.85160.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 21.93%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=40%
G=21.93%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669115800.450.050.35306.429.6450.39
HexA65B9E02D5231321e32
Octal2461332360555434623662
Binary10100110101101110011110010110110110001110011001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B9E; }

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

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

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

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

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

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

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

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