#A26095

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

Shades of Violet Blue #A26095

Tints of Violet Blue #A26095

Color information

#A26095 (or 0xA26095) is unknown color: approx Violet Blue. HEX triplet: A2, 60 and 95. RGB value is (162,96,149). Sum of RGB (Red+Green+Blue) = 162+96+149=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A26095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26095 is #5D9F6A. Grayscale: #797979. Windows color (decimal): -6135659 or 9789602. OLE color: 9789602.

HSL color Cylindrical-coordinate representation of color #A26095: hue angle of 311.82º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A26095 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16296149-
CMYK00.410.080.36
HSL311.82º26.19%50.59%-
HSV(B)311.82º40.74%63.53%-
XYZ24.5118.2230.66-
YUV121.78143.37156.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=39.80%
G=23.59%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629614900.410.080.36311.8226.1950.59
HexA260950298241381a33
Octal24214022505110444703263
Binary101000101100000100101010101001100010010010011100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26095; }

 p { color: rgb(162,96,149); }

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

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

 a { background-color: rgb(162,96,149); }

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

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

 span { border-color: rgb(162,96,149); }

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