#A485EA

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

Shades of Medium Purple #A485EA

Tints of Medium Purple #A485EA

Color information

#A485EA (or 0xA485EA) is unknown color: approx Medium Purple. HEX triplet: A4, 85 and EA. RGB value is (164,133,234). Sum of RGB (Red+Green+Blue) = 164+133+234=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #A485EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485EA is #5B7A15. Grayscale: #999999. Windows color (decimal): -5995030 or 15369636. OLE color: 15369636.

HSL color Cylindrical-coordinate representation of color #A485EA: hue angle of 258.42º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A485EA is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164133234-
CMYK0.300.4300.08
HSL258.42º70.63%71.96%-
HSV(B)258.42º43.16%91.76%-
XYZ38.5530.6181.72-
YUV153.78173.27135.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=30.89%
G=25.05%
B=44.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641332340.300.4300.08258.4270.6371.96
HexA485EA1E2B081024748
Octal2442053523653010402107110
Binary101001001000010111101010111101010110100010000001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485EA; }

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

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

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

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

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

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

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

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