#A889F4

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

Shades of Biloba Flower #A889F4

Tints of Biloba Flower #A889F4

Color information

#A889F4 (or 0xA889F4) is unknown color: approx Biloba Flower. HEX triplet: A8, 89 and F4. RGB value is (168,137,244). Sum of RGB (Red+Green+Blue) = 168+137+244=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #A889F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A889F4 is #57760B. Grayscale: #9E9E9E. Windows color (decimal): -5731852 or 16026024. OLE color: 16026024.

HSL color Cylindrical-coordinate representation of color #A889F4: hue angle of 257.38º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A889F4 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168137244-
CMYK0.310.4400.04
HSL257.38º82.95%74.71%-
HSV(B)257.38º43.85%95.69%-
XYZ41.4232.7589.73-
YUV158.47176.27134.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.60%
GREEN value IS 137 (53.91% from 255) = 24.95%
BLUE value IS 244 (95.70% from 255) = 44.44%
R=30.60%
G=24.95%
B=44.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681372440.310.4400.04257.3882.9574.71
HexA889F41F2C04101534b
Octal250211364375404401123113
Binary10101000100010011111010011111101100010010000000110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889F4; }

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

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

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

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

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

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

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

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