#A089F2

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

Shades of Medium Purple #A089F2

Tints of Medium Purple #A089F2

Color information

#A089F2 (or 0xA089F2) is unknown color: approx Medium Purple. HEX triplet: A0, 89 and F2. RGB value is (160,137,242). Sum of RGB (Red+Green+Blue) = 160+137+242=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #A089F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089F2 is #5F760D. Grayscale: #9B9B9B. Windows color (decimal): -6256142 or 15894944. OLE color: 15894944.

HSL color Cylindrical-coordinate representation of color #A089F2: hue angle of 253.14º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A089F2 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160137242-
CMYK0.340.4300.05
HSL253.14º80.15%74.31%-
HSV(B)253.14º43.39%94.9%-
XYZ39.4731.7888.06-
YUV155.85176.62130.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 137 (53.91% from 255) = 25.42%
BLUE value IS 242 (94.92% from 255) = 44.90%
R=29.68%
G=25.42%
B=44.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601372420.340.4300.05253.1480.1574.31
HexA089F2222B05fd504a
Octal240211362425305375120112
Binary10100000100010011111001010001010101101011111110110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A089F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A089F2; }

 p { color: rgb(160,137,242); }

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

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

 a { background-color: rgb(160,137,242); }

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

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

 span { border-color: rgb(160,137,242); }

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