#A484EB

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

Shades of Medium Purple #A484EB

Tints of Medium Purple #A484EB

Color information

#A484EB (or 0xA484EB) is unknown color: approx Medium Purple. HEX triplet: A4, 84 and EB. RGB value is (164,132,235). Sum of RGB (Red+Green+Blue) = 164+132+235=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #A484EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484EB is #5B7B14. Grayscale: #989898. Windows color (decimal): -5995285 or 15434916. OLE color: 15434916.

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

Color convert

RGB164132235-
CMYK0.300.4400.08
HSL258.64º72.03%71.96%-
HSV(B)258.64º43.83%92.16%-
XYZ38.5630.3982.43-
YUV153.31174.1135.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 132 (51.95% from 255) = 24.86%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=30.89%
G=24.86%
B=44.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641322350.300.4400.08258.6472.0371.96
HexA484EB1E2C081034848
Octal2442043533654010403110110
Binary101001001000010011101011111101011000100010000001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484EB; }

 p { color: rgb(164,132,235); }

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

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

 a { background-color: rgb(164,132,235); }

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

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

 span { border-color: rgb(164,132,235); }

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