#A086DF

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

Shades of Medium Purple #A086DF

Tints of Medium Purple #A086DF

Color information

#A086DF (or 0xA086DF) is unknown color: approx Medium Purple. HEX triplet: A0, 86 and DF. RGB value is (160,134,223). Sum of RGB (Red+Green+Blue) = 160+134+223=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #A086DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086DF is #5F7920. Grayscale: #979797. Windows color (decimal): -6256929 or 14648992. OLE color: 14648992.

HSL color Cylindrical-coordinate representation of color #A086DF: hue angle of 257.53º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A086DF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160134223-
CMYK0.280.4000.13
HSL257.53º58.17%70%-
HSV(B)257.53º39.91%87.45%-
XYZ36.3429.8573.66-
YUV151.92168.11133.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 134 (52.73% from 255) = 25.92%
BLUE value IS 223 (87.5% from 255) = 43.13%
R=30.95%
G=25.92%
B=43.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601342230.280.4000.13257.5358.1770
HexA086DF1C280D1023a46
Octal240206337345001540272106
Binary10100000100001101101111111100101000011011000000101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A086DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A086DF; }

 p { color: rgb(160,134,223); }

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

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

 a { background-color: rgb(160,134,223); }

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

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

 span { border-color: rgb(160,134,223); }

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