#a65095

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

Shades of Violet Blue #A65095

Tints of Violet Blue #A65095

Color information

#A65095 (or 0xA65095) is unknown color: approx Violet Blue. HEX triplet: A6, 50 and 95. RGB value is (166,80,149). Sum of RGB (Red+Green+Blue) = 166+80+149=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A65095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65095 is #59AF6A. Grayscale: #717171. Windows color (decimal): -5877611 or 9785510. OLE color: 9785510.

HSL color Cylindrical-coordinate representation of color #A65095: hue angle of 311.86º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65095 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16680149-
CMYK00.520.100.35
HSL311.86º34.96%48.24%-
HSV(B)311.86º51.81%65.1%-
XYZ24.0216.0130.26-
YUV113.58147.99165.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=42.03%
G=20.25%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668014900.520.100.35311.8634.9648.24
HexA65095034A231382330
Octal24612022506412434704360
Binary1010011010100001001010101101001010100011100111000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a65095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a65095; }

 p { color: rgb(166,80,149); }

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

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

 a { background-color: rgb(166,80,149); }

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

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

 span { border-color: rgb(166,80,149); }

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