#A282E5

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

Shades of Medium Purple #A282E5

Tints of Medium Purple #A282E5

Color information

#A282E5 (or 0xA282E5) is unknown color: approx Medium Purple. HEX triplet: A2, 82 and E5. RGB value is (162,130,229). Sum of RGB (Red+Green+Blue) = 162+130+229=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #A282E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A282E5 is #5D7D1A. Grayscale: #969696. Windows color (decimal): -6126875 or 15041186. OLE color: 15041186.

HSL color Cylindrical-coordinate representation of color #A282E5: hue angle of 259.39º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A282E5 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162130229-
CMYK0.290.4300.10
HSL259.39º65.56%70.39%-
HSV(B)259.39º43.23%89.8%-
XYZ37.0329.377.83-
YUV150.85172.1135.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 229 (89.84% from 255) = 43.95%
R=31.09%
G=24.95%
B=43.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621302290.290.4300.10259.3965.5670.39
HexA282E51D2B0A1034246
Octal2422023453553012403102106
Binary101000101000001011100101111011010110101010000001110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A282E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A282E5; }

 p { color: rgb(162,130,229); }

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

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

 a { background-color: rgb(162,130,229); }

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

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

 span { border-color: rgb(162,130,229); }

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