#A284EA

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

Shades of Medium Purple #A284EA

Tints of Medium Purple #A284EA

Color information

#A284EA (or 0xA284EA) is unknown color: approx Medium Purple. HEX triplet: A2, 84 and EA. RGB value is (162,132,234). Sum of RGB (Red+Green+Blue) = 162+132+234=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #A284EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A284EA is #5D7B15. Grayscale: #989898. Windows color (decimal): -6126358 or 15369378. OLE color: 15369378.

HSL color Cylindrical-coordinate representation of color #A284EA: hue angle of 257.65º degrees, saturation: 0.71, 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 #A284EA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162132234-
CMYK0.310.4400.08
HSL257.65º70.83%71.76%-
HSV(B)257.65º43.59%91.76%-
XYZ3830.1281.65-
YUV152.6173.94134.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=30.68%
G=25%
B=44.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621322340.310.4400.08257.6570.8371.76
HexA284EA1F2C081024748
Octal2422043523754010402107110
Binary101000101000010011101010111111011000100010000001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284EA; }

 p { color: rgb(162,132,234); }

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

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

 a { background-color: rgb(162,132,234); }

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

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

 span { border-color: rgb(162,132,234); }

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