#A26BEE

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

Shades of Medium Purple #A26BEE

Tints of Medium Purple #A26BEE

Color information

#A26BEE (or 0xA26BEE) is unknown color: approx Medium Purple. HEX triplet: A2, 6B and EE. RGB value is (162,107,238). Sum of RGB (Red+Green+Blue) = 162+107+238=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #A26BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BEE is #5D9411. Grayscale: #898989. Windows color (decimal): -6132754 or 15625122. OLE color: 15625122.

HSL color Cylindrical-coordinate representation of color #A26BEE: hue angle of 265.19º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26BEE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162107238-
CMYK0.320.5500.07
HSL265.19º79.39%67.65%-
HSV(B)265.19º55.04%93.33%-
XYZ35.5924.3783.72-
YUV138.38184.22144.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 107 (42.19% from 255) = 21.10%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=31.95%
G=21.10%
B=46.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621072380.320.5500.07265.1979.3967.65
HexA26BEE2037071094f44
Octal242153356406707411117104
Binary10100010110101111101110100000110111011110000100110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BEE; }

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

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

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

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

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

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

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

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