#A06EE7

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

Shades of Medium Purple #A06EE7

Tints of Medium Purple #A06EE7

Color information

#A06EE7 (or 0xA06EE7) is unknown color: approx Medium Purple. HEX triplet: A0, 6E and E7. RGB value is (160,110,231). Sum of RGB (Red+Green+Blue) = 160+110+231=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 231 (90.62% from 255 or 46.11% from 501); Max value from RGB is 231 - color contains mainly: blue. Hex color #A06EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06EE7 is #5F9118. Grayscale: #8A8A8A. Windows color (decimal): -6263065 or 15167136. OLE color: 15167136.

HSL color Cylindrical-coordinate representation of color #A06EE7: hue angle of 264.79º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06EE7 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160110231-
CMYK0.310.5200.09
HSL264.79º71.6%66.86%-
HSV(B)264.79º52.38%90.59%-
XYZ34.524.3978.49-
YUV138.74180.06143.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 110 (43.36% from 255) = 21.96%
BLUE value IS 231 (90.62% from 255) = 46.11%
R=31.94%
G=21.96%
B=46.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601102310.310.5200.09264.7971.666.86
HexA06EE71F34091094843
Octal2401563473764011411110103
Binary10100000110111011100111111111101000100110000100110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06EE7; }

 p { color: rgb(160,110,231); }

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

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

 a { background-color: rgb(160,110,231); }

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

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

 span { border-color: rgb(160,110,231); }

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