#A889E5

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

Shades of Biloba Flower #A889E5

Tints of Biloba Flower #A889E5

Color information

#A889E5 (or 0xA889E5) is unknown color: approx Biloba Flower. HEX triplet: A8, 89 and E5. RGB value is (168,137,229). Sum of RGB (Red+Green+Blue) = 168+137+229=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #A889E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889E5 is #57761A. Grayscale: #9C9C9C. Windows color (decimal): -5731867 or 15042984. OLE color: 15042984.

HSL color Cylindrical-coordinate representation of color #A889E5: hue angle of 260.22º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A889E5 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB168137229-
CMYK0.270.4000.10
HSL260.22º63.89%71.76%-
HSV(B)260.22º40.17%89.8%-
XYZ39.2431.8778.21-
YUV156.76168.77136.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 137 (53.91% from 255) = 25.66%
BLUE value IS 229 (89.84% from 255) = 42.88%
R=31.46%
G=25.66%
B=42.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1681372290.270.4000.10260.2263.8971.76
HexA889E51B280A1044048
Octal2502113453350012404100110
Binary101010001000100111100101110111010000101010000010010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889E5; }

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

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

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

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

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

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

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

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