#A088E7

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

Shades of Medium Purple #A088E7

Tints of Medium Purple #A088E7

Color information

#A088E7 (or 0xA088E7) is unknown color: approx Medium Purple. HEX triplet: A0, 88 and E7. RGB value is (160,136,231). Sum of RGB (Red+Green+Blue) = 160+136+231=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #A088E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A088E7 is #5F7718. Grayscale: #999999. Windows color (decimal): -6256409 or 15173792. OLE color: 15173792.

HSL color Cylindrical-coordinate representation of color #A088E7: hue angle of 255.16º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A088E7 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160136231-
CMYK0.310.4100.09
HSL255.16º66.43%71.96%-
HSV(B)255.16º41.13%90.59%-
XYZ37.7330.8579.57-
YUV154.01171.45132.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 136 (53.52% from 255) = 25.81%
BLUE value IS 231 (90.62% from 255) = 43.83%
R=30.36%
G=25.81%
B=43.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601362310.310.4100.09255.1666.4371.96
HexA088E71F2909ff4248
Octal2402103473751011377102110
Binary10100000100010001110011111111101001010011111111110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088E7; }

 p { color: rgb(160,136,231); }

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

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

 a { background-color: rgb(160,136,231); }

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

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

 span { border-color: rgb(160,136,231); }

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