#A485F3

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

Shades of Medium Purple #A485F3

Tints of Medium Purple #A485F3

Color information

#A485F3 (or 0xA485F3) is unknown color: approx Medium Purple. HEX triplet: A4, 85 and F3. RGB value is (164,133,243). Sum of RGB (Red+Green+Blue) = 164+133+243=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #A485F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485F3 is #5B7A0C. Grayscale: #9A9A9A. Windows color (decimal): -5995021 or 15959460. OLE color: 15959460.

HSL color Cylindrical-coordinate representation of color #A485F3: hue angle of 256.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A485F3 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164133243-
CMYK0.330.4500.05
HSL256.91º82.09%73.73%-
HSV(B)256.91º45.27%95.29%-
XYZ39.8831.1488.7-
YUV154.81177.77134.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 243 (95.31% from 255) = 45%
R=30.37%
G=24.63%
B=45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641332430.330.4500.05256.9182.0973.73
HexA485F3212D05101524a
Octal244205363415505401122112
Binary101001001000010111110011100001101101010110000000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485F3; }

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

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

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

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

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

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

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

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