#A26BDE

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

Shades of Medium Purple #A26BDE

Tints of Medium Purple #A26BDE

Color information

#A26BDE (or 0xA26BDE) is unknown color: approx Medium Purple. HEX triplet: A2, 6B and DE. RGB value is (162,107,222). Sum of RGB (Red+Green+Blue) = 162+107+222=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #A26BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BDE is #5D9421. Grayscale: #888888. Windows color (decimal): -6132770 or 14576546. OLE color: 14576546.

HSL color Cylindrical-coordinate representation of color #A26BDE: hue angle of 268.7º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A26BDE is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162107222-
CMYK0.270.5200.13
HSL268.7º63.54%64.51%-
HSV(B)268.7º51.8%87.06%-
XYZ33.3423.4771.88-
YUV136.55176.22146.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=32.99%
G=21.79%
B=45.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621072220.270.5200.13268.763.5464.51
HexA26BDE1B340D10d4041
Octal2421533363364015415100101
Binary10100010110101111011110110111101000110110000110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BDE; }

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

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

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

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

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

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

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

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