#A06FEA

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

Shades of Medium Purple #A06FEA

Tints of Medium Purple #A06FEA

Color information

#A06FEA (or 0xA06FEA) is unknown color: approx Medium Purple. HEX triplet: A0, 6F and EA. RGB value is (160,111,234). Sum of RGB (Red+Green+Blue) = 160+111+234=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #A06FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FEA is #5F9015. Grayscale: #8B8B8B. Windows color (decimal): -6262806 or 15364000. OLE color: 15364000.

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

Color convert

RGB160111234-
CMYK0.320.5300.08
HSL263.9º74.55%67.65%-
HSV(B)263.9º52.56%91.76%-
XYZ35.0324.7880.78-
YUV139.67181.23142.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 111 (43.75% from 255) = 21.98%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=31.68%
G=21.98%
B=46.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601112340.320.5300.08263.974.5567.65
HexA06FEA2035081084b44
Octal2401573524065010410113104
Binary101000001101111111010101000001101010100010000100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FEA; }

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

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

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

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

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

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

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

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