#A26CA1

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

Shades of Violet Blue #A26CA1

Tints of Violet Blue #A26CA1

Color information

#A26CA1 (or 0xA26CA1) is unknown color: approx Violet Blue. HEX triplet: A2, 6C and A1. RGB value is (162,108,161). Sum of RGB (Red+Green+Blue) = 162+108+161=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A26CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26CA1 is #5D935E. Grayscale: #828282. Windows color (decimal): -6132575 or 10579106. OLE color: 10579106.

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

Color convert

RGB162108161-
CMYK00.330.010.36
HSL301.11º22.5%52.94%-
HSV(B)301.11º33.33%63.53%-
XYZ26.720.9836.36-
YUV130.19145.39150.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=37.59%
G=25.06%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210816100.330.010.36301.1122.552.94
HexA26CA102112412d1735
Octal2421542410411444552765
Binary101000101101100101000010100001110010010010110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26CA1; }

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

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

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

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

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

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

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

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