#A085E6

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

Shades of Medium Purple #A085E6

Tints of Medium Purple #A085E6

Color information

#A085E6 (or 0xA085E6) is unknown color: approx Medium Purple. HEX triplet: A0, 85 and E6. RGB value is (160,133,230). Sum of RGB (Red+Green+Blue) = 160+133+230=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #A085E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085E6 is #5F7A19. Grayscale: #979797. Windows color (decimal): -6257178 or 15107488. OLE color: 15107488.

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

Color convert

RGB160133230-
CMYK0.300.4200.10
HSL256.7º65.99%71.18%-
HSV(B)256.7º42.17%90.2%-
XYZ37.1729.9678.69-
YUV152.13171.95133.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 230 (90.23% from 255) = 43.98%
R=30.59%
G=25.43%
B=43.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1601332300.300.4200.10256.765.9971.18
HexA085E61E2A0A1014247
Octal2402053463652012401102107
Binary101000001000010111100110111101010100101010000000110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085E6; }

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

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

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

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

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

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

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

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