#A89AEA

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

Shades of Biloba Flower #A89AEA

Tints of Biloba Flower #A89AEA

Color information

#A89AEA (or 0xA89AEA) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and EA. RGB value is (168,154,234). Sum of RGB (Red+Green+Blue) = 168+154+234=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #A89AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89AEA is #576515. Grayscale: #A7A7A7. Windows color (decimal): -5727510 or 15375016. OLE color: 15375016.

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

Color convert

RGB168154234-
CMYK0.280.3400.08
HSL250.5º65.57%76.08%-
HSV(B)250.5º34.19%91.76%-
XYZ42.5637.3882.81-
YUV167.31165.64128.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 234 (91.80% from 255) = 42.09%
R=30.22%
G=27.70%
B=42.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681542340.280.3400.08250.565.5776.08
HexA89AEA1C2208fa424c
Octal2502323523442010372102114
Binary10101000100110101110101011100100010010001111101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AEA; }

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

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

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

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

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

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

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

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