#A482E4

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

Shades of Medium Purple #A482E4

Tints of Medium Purple #A482E4

Color information

#A482E4 (or 0xA482E4) is unknown color: approx Medium Purple. HEX triplet: A4, 82 and E4. RGB value is (164,130,228). Sum of RGB (Red+Green+Blue) = 164+130+228=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #A482E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482E4 is #5B7D1B. Grayscale: #969696. Windows color (decimal): -5995804 or 14975652. OLE color: 14975652.

HSL color Cylindrical-coordinate representation of color #A482E4: hue angle of 260.82º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A482E4 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164130228-
CMYK0.280.4300.11
HSL260.82º64.47%70.2%-
HSV(B)260.82º42.98%89.41%-
XYZ37.329.4677.12-
YUV151.34171.26137.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 228 (89.45% from 255) = 43.68%
R=31.42%
G=24.90%
B=43.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641302280.280.4300.11260.8264.4770.2
HexA482E41C2B0B1054046
Octal2442023443453013405100106
Binary101001001000001011100100111001010110101110000010110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482E4; }

 p { color: rgb(164,130,228); }

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

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

 a { background-color: rgb(164,130,228); }

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

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

 span { border-color: rgb(164,130,228); }

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