#A26EEB

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

Shades of Medium Purple #A26EEB

Tints of Medium Purple #A26EEB

Color information

#A26EEB (or 0xA26EEB) is unknown color: approx Medium Purple. HEX triplet: A2, 6E and EB. RGB value is (162,110,235). Sum of RGB (Red+Green+Blue) = 162+110+235=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #A26EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26EEB is #5D9114. Grayscale: #8B8B8B. Windows color (decimal): -6131989 or 15429282. OLE color: 15429282.

HSL color Cylindrical-coordinate representation of color #A26EEB: hue angle of 264.96º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A26EEB is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162110235-
CMYK0.310.5300.08
HSL264.96º75.76%67.65%-
HSV(B)264.96º53.19%92.16%-
XYZ35.4724.8381.52-
YUV139.8181.73143.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 110 (43.36% from 255) = 21.70%
BLUE value IS 235 (92.19% from 255) = 46.35%
R=31.95%
G=21.70%
B=46.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621102350.310.5300.08264.9675.7667.65
HexA26EEB1F35081094c44
Octal2421563533765010411114104
Binary10100010110111011101011111111101010100010000100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26EEB; }

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

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

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

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

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

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

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

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