#A285EA

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

Shades of Medium Purple #A285EA

Tints of Medium Purple #A285EA

Color information

#A285EA (or 0xA285EA) is unknown color: approx Medium Purple. HEX triplet: A2, 85 and EA. RGB value is (162,133,234). Sum of RGB (Red+Green+Blue) = 162+133+234=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #A285EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285EA is #5D7A15. Grayscale: #989898. Windows color (decimal): -6126102 or 15369634. OLE color: 15369634.

HSL color Cylindrical-coordinate representation of color #A285EA: hue angle of 257.23º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A285EA is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162133234-
CMYK0.310.4300.08
HSL257.23º70.63%71.96%-
HSV(B)257.23º43.16%91.76%-
XYZ38.1430.481.7-
YUV153.18173.61134.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=30.62%
G=25.14%
B=44.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621332340.310.4300.08257.2370.6371.96
HexA285EA1F2B081014748
Octal2422053523753010401107110
Binary101000101000010111101010111111010110100010000000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285EA; }

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

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

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

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

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

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

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

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