#A26EA1

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

Shades of Violet Blue #A26EA1

Tints of Violet Blue #A26EA1

Color information

#A26EA1 (or 0xA26EA1) is unknown color: approx Violet Blue. HEX triplet: A2, 6E and A1. RGB value is (162,110,161). Sum of RGB (Red+Green+Blue) = 162+110+161=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A26EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26EA1 is #5D915E. Grayscale: #838383. Windows color (decimal): -6132063 or 10579618. OLE color: 10579618.

HSL color Cylindrical-coordinate representation of color #A26EA1: hue angle of 301.15º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A26EA1 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB162110161-
CMYK00.320.010.36
HSL301.15º21.85%53.33%-
HSV(B)301.15º32.1%63.53%-
XYZ26.9121.4136.43-
YUV131.36144.73149.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 161 (63.28% from 255) = 37.18%
R=37.41%
G=25.40%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211016100.320.010.36301.1521.8553.33
HexA26EA102012412d1635
Octal2421562410401444552665
Binary101000101101110101000010100000110010010010110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26EA1; }

 p { color: rgb(162,110,161); }

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

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

 a { background-color: rgb(162,110,161); }

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

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

 span { border-color: rgb(162,110,161); }

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