#A26BEA

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

Shades of Medium Purple #A26BEA

Tints of Medium Purple #A26BEA

Color information

#A26BEA (or 0xA26BEA) is unknown color: approx Medium Purple. HEX triplet: A2, 6B and EA. RGB value is (162,107,234). Sum of RGB (Red+Green+Blue) = 162+107+234=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #A26BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BEA is #5D9415. Grayscale: #898989. Windows color (decimal): -6132758 or 15362978. OLE color: 15362978.

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

Color convert

RGB162107234-
CMYK0.310.5400.08
HSL265.98º75.15%66.86%-
HSV(B)265.98º54.27%91.76%-
XYZ35.0124.1480.66-
YUV137.92182.22145.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 234 (91.80% from 255) = 46.52%
R=32.21%
G=21.27%
B=46.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621072340.310.5400.08265.9875.1566.86
HexA26BEA1F360810a4b43
Octal2421533523766010412113103
Binary10100010110101111101010111111101100100010000101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BEA; }

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

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

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

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

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

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

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

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