#A26999

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

Shades of Violet Blue #A26999

Tints of Violet Blue #A26999

Color information

#A26999 (or 0xA26999) is unknown color: approx Violet Blue. HEX triplet: A2, 69 and 99. RGB value is (162,105,153). Sum of RGB (Red+Green+Blue) = 162+105+153=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A26999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26999 is #5D9666. Grayscale: #7F7F7F. Windows color (decimal): -6133351 or 10054050. OLE color: 10054050.

HSL color Cylindrical-coordinate representation of color #A26999: hue angle of 309.47º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A26999 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162105153-
CMYK00.350.060.36
HSL309.47º23.46%52.35%-
HSV(B)309.47º35.19%63.53%-
XYZ25.720.0832.66-
YUV127.51142.38152.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=38.57%
G=25%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210515300.350.060.36309.4723.4652.35
HexA269990236241351734
Octal2421512310436444652764
Binary10100010110100110011001010001111010010010011010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26999; }

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

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

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

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

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

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

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

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