#A085E4

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

Shades of Medium Purple #A085E4

Tints of Medium Purple #A085E4

Color information

#A085E4 (or 0xA085E4) is unknown color: approx Medium Purple. HEX triplet: A0, 85 and E4. RGB value is (160,133,228). Sum of RGB (Red+Green+Blue) = 160+133+228=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #A085E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085E4 is #5F7A1B. Grayscale: #979797. Windows color (decimal): -6257180 or 14976416. OLE color: 14976416.

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

Color convert

RGB160133228-
CMYK0.300.4200.11
HSL257.05º63.76%70.78%-
HSV(B)257.05º41.67%89.41%-
XYZ36.8929.8577.22-
YUV151.9170.95133.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 228 (89.45% from 255) = 43.76%
R=30.71%
G=25.53%
B=43.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601332280.300.4200.11257.0563.7670.78
HexA085E41E2A0B1014047
Octal2402053443652013401100107
Binary101000001000010111100100111101010100101110000000110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085E4; }

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

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

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

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

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

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

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

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