#a26ba6

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

Shades of Violet Blue #A26BA6

Tints of Violet Blue #A26BA6

Color information

#A26BA6 (or 0xA26BA6) is unknown color: approx Violet Blue. HEX triplet: A2, 6B and A6. RGB value is (162,107,166). Sum of RGB (Red+Green+Blue) = 162+107+166=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 166 - color contains mainly: blue. Hex color #A26BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26BA6 is #5D9459. Grayscale: #818181. Windows color (decimal): -6132826 or 10906530. OLE color: 10906530.

HSL color Cylindrical-coordinate representation of color #A26BA6: hue angle of 295.93º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26BA6 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB162107166-
CMYK0.020.3600.35
HSL295.93º24.89%53.53%-
HSV(B)295.93º35.54%65.1%-
XYZ27.0420.9538.69-
YUV130.17148.22150.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 166 (65.23% from 255) = 38.16%
R=37.24%
G=24.60%
B=38.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621071660.020.3600.35295.9324.8953.53
HexA26BA62240231281936
Octal2421532462440434503166
Binary1010001011010111010011010100100010001110010100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a26ba6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a26ba6; }

 p { color: rgb(162,107,166); }

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

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

 a { background-color: rgb(162,107,166); }

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

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

 span { border-color: rgb(162,107,166); }

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