#A485F8

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

Shades of Medium Purple #A485F8

Tints of Medium Purple #A485F8

Color information

#A485F8 (or 0xA485F8) is unknown color: approx Medium Purple. HEX triplet: A4, 85 and F8. RGB value is (164,133,248). Sum of RGB (Red+Green+Blue) = 164+133+248=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #A485F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485F8 is #5B7A07. Grayscale: #9A9A9A. Windows color (decimal): -5995016 or 16287140. OLE color: 16287140.

HSL color Cylindrical-coordinate representation of color #A485F8: hue angle of 256.17º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A485F8 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164133248-
CMYK0.340.4600.03
HSL256.17º89.15%74.71%-
HSV(B)256.17º46.37%97.25%-
XYZ40.6431.4492.73-
YUV155.38180.27134.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=30.09%
G=24.40%
B=45.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641332480.340.4600.03256.1789.1574.71
HexA485F8222E03100594b
Octal244205370425603400131113
Binary10100100100001011111100010001010111001110000000010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485F8; }

 p { color: rgb(164,133,248); }

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

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

 a { background-color: rgb(164,133,248); }

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

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

 span { border-color: rgb(164,133,248); }

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