#A889F0

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

Shades of Biloba Flower #A889F0

Tints of Biloba Flower #A889F0

Color information

#A889F0 (or 0xA889F0) is unknown color: approx Biloba Flower. HEX triplet: A8, 89 and F0. RGB value is (168,137,240). Sum of RGB (Red+Green+Blue) = 168+137+240=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #A889F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A889F0 is #57760F. Grayscale: #9D9D9D. Windows color (decimal): -5731856 or 15763880. OLE color: 15763880.

HSL color Cylindrical-coordinate representation of color #A889F0: hue angle of 258.06º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A889F0 is Cyan = 0.3, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB168137240-
CMYK0.30.4300.06
HSL258.06º77.44%73.92%-
HSV(B)258.06º42.92%94.12%-
XYZ40.8232.5186.56-
YUV158.01174.27135.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 240 (94.14% from 255) = 44.04%
R=30.83%
G=25.14%
B=44.04%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1681372400.30.4300.06258.0677.4473.92
HexA889F01E2B061024d4a
Octal250211360365306402115112
Binary10101000100010011111000011110101011011010000001010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889F0; }

 p { color: rgb(168,137,240); }

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

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

 a { background-color: rgb(168,137,240); }

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

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

 span { border-color: rgb(168,137,240); }

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