#A088EA

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

Shades of Medium Purple #A088EA

Tints of Medium Purple #A088EA

Color information

#A088EA (or 0xA088EA) is unknown color: approx Medium Purple. HEX triplet: A0, 88 and EA. RGB value is (160,136,234). Sum of RGB (Red+Green+Blue) = 160+136+234=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #A088EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A088EA is #5F7715. Grayscale: #999999. Windows color (decimal): -6256406 or 15370400. OLE color: 15370400.

HSL color Cylindrical-coordinate representation of color #A088EA: hue angle of 254.69º 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 #A088EA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160136234-
CMYK0.320.4200.08
HSL254.69º70%72.55%-
HSV(B)254.69º41.88%91.76%-
XYZ38.1531.0281.82-
YUV154.35172.95132.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 136 (53.52% from 255) = 25.66%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=30.19%
G=25.66%
B=44.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601362340.320.4200.08254.697072.55
HexA088EA202A08ff4649
Octal2402103524052010377106111
Binary101000001000100011101010100000101010010001111111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088EA; }

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

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

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

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

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

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

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

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