#A483EE

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

Shades of Medium Purple #A483EE

Tints of Medium Purple #A483EE

Color information

#A483EE (or 0xA483EE) is unknown color: approx Medium Purple. HEX triplet: A4, 83 and EE. RGB value is (164,131,238). Sum of RGB (Red+Green+Blue) = 164+131+238=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #A483EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483EE is #5B7C11. Grayscale: #989898. Windows color (decimal): -5995538 or 15631268. OLE color: 15631268.

HSL color Cylindrical-coordinate representation of color #A483EE: hue angle of 258.5º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A483EE is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164131238-
CMYK0.310.4500.07
HSL258.5º75.89%72.35%-
HSV(B)258.5º44.96%93.33%-
XYZ38.8630.384.69-
YUV153.06175.93135.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 131 (51.56% from 255) = 24.58%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=30.77%
G=24.58%
B=44.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641312380.310.4500.07258.575.8972.35
HexA483EE1F2D071034c48
Octal244203356375507403114110
Binary10100100100000111110111011111101101011110000001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483EE; }

 p { color: rgb(164,131,238); }

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

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

 a { background-color: rgb(164,131,238); }

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

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

 span { border-color: rgb(164,131,238); }

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