#A089DA

Color #A089DA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A089DA

Tints of Biloba Flower #A089DA

Color information

#A089DA (or 0xA089DA) is unknown color: approx Biloba Flower. HEX triplet: A0, 89 and DA. RGB value is (160,137,218). Sum of RGB (Red+Green+Blue) = 160+137+218=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #A089DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089DA is #5F7625. Grayscale: #989898. Windows color (decimal): -6256166 or 14322080. OLE color: 14322080.

HSL color Cylindrical-coordinate representation of color #A089DA: hue angle of 257.04º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A089DA is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160137218-
CMYK0.270.3700.15
HSL257.04º52.26%69.61%-
HSV(B)257.04º37.16%85.49%-
XYZ36.130.4370.3-
YUV153.11164.62132.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 137 (53.91% from 255) = 26.60%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=31.07%
G=26.60%
B=42.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601372180.270.3700.15257.0452.2669.61
HexA089DA1B250F1013446
Octal240211332334501740164106
Binary10100000100010011101101011011100101011111000000011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A089DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A089DA; }

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

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

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

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

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

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

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

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