#A266EA

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

Shades of Medium Purple #A266EA

Tints of Medium Purple #A266EA

Color information

#A266EA (or 0xA266EA) is unknown color: approx Medium Purple. HEX triplet: A2, 66 and EA. RGB value is (162,102,234). Sum of RGB (Red+Green+Blue) = 162+102+234=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #A266EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A266EA is #5D9915. Grayscale: #868686. Windows color (decimal): -6134038 or 15361698. OLE color: 15361698.

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

Color convert

RGB162102234-
CMYK0.310.5600.08
HSL267.27º75.86%65.88%-
HSV(B)267.27º56.41%91.76%-
XYZ34.523.1280.49-
YUV134.99183.88147.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 102 (40.23% from 255) = 20.48%
BLUE value IS 234 (91.80% from 255) = 46.99%
R=32.53%
G=20.48%
B=46.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621022340.310.5600.08267.2775.8665.88
HexA266EA1F380810b4c42
Octal2421463523770010413114102
Binary10100010110011011101010111111110000100010000101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266EA; }

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

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

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

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

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

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

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

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