#A26BE8

Color #A26BE8 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A26BE8

Tints of Medium Purple #A26BE8

Color information

#A26BE8 (or 0xA26BE8) is unknown color: approx Medium Purple. HEX triplet: A2, 6B and E8. RGB value is (162,107,232). Sum of RGB (Red+Green+Blue) = 162+107+232=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #A26BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BE8 is #5D9417. Grayscale: #898989. Windows color (decimal): -6132760 or 15231906. OLE color: 15231906.

HSL color Cylindrical-coordinate representation of color #A26BE8: hue angle of 266.4º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A26BE8 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB162107232-
CMYK0.300.5400.09
HSL266.4º73.1%66.47%-
HSV(B)266.4º53.88%90.98%-
XYZ34.7224.0279.15-
YUV137.7181.22145.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 232 (91.02% from 255) = 46.31%
R=32.34%
G=21.36%
B=46.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1621072320.300.5400.09266.473.166.47
HexA26BE81E360910a4942
Octal2421533503666011412111102
Binary10100010110101111101000111101101100100110000101010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BE8; }

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

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

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

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

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

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

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

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