#A26AAD

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

Shades of Violet Blue #A26AAD

Tints of Violet Blue #A26AAD

Color information

#A26AAD (or 0xA26AAD) is unknown color: approx Violet Blue. HEX triplet: A2, 6A and AD. RGB value is (162,106,173). Sum of RGB (Red+Green+Blue) = 162+106+173=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #A26AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26AAD is #5D9552. Grayscale: #828282. Windows color (decimal): -6133075 or 11365026. OLE color: 11365026.

HSL color Cylindrical-coordinate representation of color #A26AAD: hue angle of 290.15º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A26AAD is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162106173-
CMYK0.060.3900.32
HSL290.15º29%54.71%-
HSV(B)290.15º38.73%67.84%-
XYZ27.621.0142.14-
YUV130.38152.05150.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=36.73%
G=24.04%
B=39.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621061730.060.3900.32290.152954.71
HexA26AAD6270201221d37
Octal2421522556470404423567
Binary10100010110101010101101110100111010000010010001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26AAD; }

 p { color: rgb(162,106,173); }

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

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

 a { background-color: rgb(162,106,173); }

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

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

 span { border-color: rgb(162,106,173); }

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