#A89AE9

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

Shades of Biloba Flower #A89AE9

Tints of Biloba Flower #A89AE9

Color information

#A89AE9 (or 0xA89AE9) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and E9. RGB value is (168,154,233). Sum of RGB (Red+Green+Blue) = 168+154+233=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #A89AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89AE9 is #576516. Grayscale: #A6A6A6. Windows color (decimal): -5727511 or 15309480. OLE color: 15309480.

HSL color Cylindrical-coordinate representation of color #A89AE9: hue angle of 250.63º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A89AE9 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB168154233-
CMYK0.280.3400.09
HSL250.63º64.23%75.88%-
HSV(B)250.63º33.91%91.37%-
XYZ42.4137.3282.06-
YUV167.19165.14128.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 233 (91.41% from 255) = 41.98%
R=30.27%
G=27.75%
B=41.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1681542330.280.3400.09250.6364.2375.88
HexA89AE91C2209fb404c
Octal2502323513442011373100114
Binary10101000100110101110100111100100010010011111101110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AE9; }

 p { color: rgb(168,154,233); }

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

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

 a { background-color: rgb(168,154,233); }

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

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

 span { border-color: rgb(168,154,233); }

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