#A482E2

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

Shades of Medium Purple #A482E2

Tints of Medium Purple #A482E2

Color information

#A482E2 (or 0xA482E2) is unknown color: approx Medium Purple. HEX triplet: A4, 82 and E2. RGB value is (164,130,226). Sum of RGB (Red+Green+Blue) = 164+130+226=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #A482E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482E2 is #5B7D1D. Grayscale: #969696. Windows color (decimal): -5995806 or 14844580. OLE color: 14844580.

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

Color convert

RGB164130226-
CMYK0.270.4200.11
HSL261.25º62.34%69.8%-
HSV(B)261.25º42.48%88.63%-
XYZ37.0229.3575.67-
YUV151.11170.26137.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 226 (88.67% from 255) = 43.46%
R=31.54%
G=25%
B=43.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641302260.270.4200.11261.2562.3469.8
HexA482E21B2A0B1053e46
Octal244202342335201340576106
Binary10100100100000101110001011011101010010111000001011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482E2; }

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

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

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

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

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

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

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

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