#A889F2

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

Shades of Biloba Flower #A889F2

Tints of Biloba Flower #A889F2

Color information

#A889F2 (or 0xA889F2) is unknown color: approx Biloba Flower. HEX triplet: A8, 89 and F2. RGB value is (168,137,242). Sum of RGB (Red+Green+Blue) = 168+137+242=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #A889F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A889F2 is #57760D. Grayscale: #9D9D9D. Windows color (decimal): -5731854 or 15894952. OLE color: 15894952.

HSL color Cylindrical-coordinate representation of color #A889F2: hue angle of 257.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A889F2 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168137242-
CMYK0.310.4300.05
HSL257.71º80.15%74.31%-
HSV(B)257.71º43.39%94.9%-
XYZ41.1232.6388.13-
YUV158.24175.27134.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.71%
GREEN value IS 137 (53.91% from 255) = 25.05%
BLUE value IS 242 (94.92% from 255) = 44.24%
R=30.71%
G=25.05%
B=44.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681372420.310.4300.05257.7180.1574.31
HexA889F21F2B05102504a
Octal250211362375305402120112
Binary10101000100010011111001011111101011010110000001010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889F2; }

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

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

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

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

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

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

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

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