#A06AFA

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

Shades of Medium Purple #A06AFA

Tints of Medium Purple #A06AFA

Color information

#A06AFA (or 0xA06AFA) is unknown color: approx Medium Purple. HEX triplet: A0, 6A and FA. RGB value is (160,106,250). Sum of RGB (Red+Green+Blue) = 160+106+250=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #A06AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06AFA is #5F9505. Grayscale: #8A8A8A. Windows color (decimal): -6264070 or 16411296. OLE color: 16411296.

HSL color Cylindrical-coordinate representation of color #A06AFA: hue angle of 262.5º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A06AFA is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160106250-
CMYK0.360.5800.02
HSL262.5º93.51%69.8%-
HSV(B)262.5º57.6%98.04%-
XYZ36.9124.6893.26-
YUV138.56190.89143.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 106 (41.80% from 255) = 20.54%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=31.01%
G=20.54%
B=48.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601062500.360.5800.02262.593.5169.8
HexA06AFA243A021065e46
Octal240152372447202406136106
Binary1010000011010101111101010010011101001010000011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06AFA; }

 p { color: rgb(160,106,250); }

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

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

 a { background-color: rgb(160,106,250); }

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

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

 span { border-color: rgb(160,106,250); }

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