#A06FE6

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

Shades of Medium Purple #A06FE6

Tints of Medium Purple #A06FE6

Color information

#A06FE6 (or 0xA06FE6) is unknown color: approx Medium Purple. HEX triplet: A0, 6F and E6. RGB value is (160,111,230). Sum of RGB (Red+Green+Blue) = 160+111+230=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #A06FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FE6 is #5F9019. Grayscale: #8A8A8A. Windows color (decimal): -6262810 or 15101856. OLE color: 15101856.

HSL color Cylindrical-coordinate representation of color #A06FE6: hue angle of 264.71º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06FE6 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB160111230-
CMYK0.300.5200.10
HSL264.71º70.41%66.86%-
HSV(B)264.71º51.74%90.2%-
XYZ34.4624.5677.79-
YUV139.22179.23142.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 111 (43.75% from 255) = 22.16%
BLUE value IS 230 (90.23% from 255) = 45.91%
R=31.94%
G=22.16%
B=45.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1601112300.300.5200.10264.7170.4166.86
HexA06FE61E340A1094643
Octal2401573463664012411106103
Binary10100000110111111100110111101101000101010000100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FE6; }

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

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

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

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

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

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

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

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