#A26099

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

Shades of Violet Blue #A26099

Tints of Violet Blue #A26099

Color information

#A26099 (or 0xA26099) is unknown color: approx Violet Blue. HEX triplet: A2, 60 and 99. RGB value is (162,96,153). Sum of RGB (Red+Green+Blue) = 162+96+153=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A26099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26099 is #5D9F66. Grayscale: #7A7A7A. Windows color (decimal): -6135655 or 10051746. OLE color: 10051746.

HSL color Cylindrical-coordinate representation of color #A26099: hue angle of 308.18º 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 #A26099 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16296153-
CMYK00.410.060.36
HSL308.18º26.19%50.59%-
HSV(B)308.18º40.74%63.53%-
XYZ24.8318.3532.37-
YUV122.23145.37156.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=39.42%
G=23.36%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629615300.410.060.36308.1826.1950.59
HexA260990296241341a33
Octal2421402310516444643263
Binary10100010110000010011001010100111010010010011010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26099; }

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

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

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

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

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

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

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

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