#A06FEE

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

Shades of Medium Purple #A06FEE

Tints of Medium Purple #A06FEE

Color information

#A06FEE (or 0xA06FEE) is unknown color: approx Medium Purple. HEX triplet: A0, 6F and EE. RGB value is (160,111,238). Sum of RGB (Red+Green+Blue) = 160+111+238=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #A06FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FEE is #5F9011. Grayscale: #8B8B8B. Windows color (decimal): -6262802 or 15626144. OLE color: 15626144.

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

Color convert

RGB160111238-
CMYK0.330.5300.07
HSL263.15º78.88%68.43%-
HSV(B)263.15º53.36%93.33%-
XYZ35.6125.0283.84-
YUV140.13183.23142.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 111 (43.75% from 255) = 21.81%
BLUE value IS 238 (93.36% from 255) = 46.76%
R=31.43%
G=21.81%
B=46.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601112380.330.5300.07263.1578.8868.43
HexA06FEE2135071074f44
Octal240157356416507407117104
Binary10100000110111111101110100001110101011110000011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FEE; }

 p { color: rgb(160,111,238); }

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

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

 a { background-color: rgb(160,111,238); }

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

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

 span { border-color: rgb(160,111,238); }

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