#A288EA

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

Shades of Medium Purple #A288EA

Tints of Medium Purple #A288EA

Color information

#A288EA (or 0xA288EA) is unknown color: approx Medium Purple. HEX triplet: A2, 88 and EA. RGB value is (162,136,234). Sum of RGB (Red+Green+Blue) = 162+136+234=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #A288EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A288EA is #5D7715. Grayscale: #9A9A9A. Windows color (decimal): -6125334 or 15370402. OLE color: 15370402.

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

Color convert

RGB162136234-
CMYK0.310.4200.08
HSL255.92º70%72.55%-
HSV(B)255.92º41.88%91.76%-
XYZ38.5631.2381.84-
YUV154.95172.61133.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 234 (91.80% from 255) = 43.98%
R=30.45%
G=25.56%
B=43.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621362340.310.4200.08255.927072.55
HexA288EA1F2A081004649
Octal2422103523752010400106111
Binary101000101000100011101010111111010100100010000000010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A288EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A288EA; }

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

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

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

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

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

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

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

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