#A889D1

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

Shades of Biloba Flower #A889D1

Tints of Biloba Flower #A889D1

Color information

#A889D1 (or 0xA889D1) is unknown color: approx Biloba Flower. HEX triplet: A8, 89 and D1. RGB value is (168,137,209). Sum of RGB (Red+Green+Blue) = 168+137+209=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #A889D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889D1 is #57762E. Grayscale: #9A9A9A. Windows color (decimal): -5731887 or 13732264. OLE color: 13732264.

HSL color Cylindrical-coordinate representation of color #A889D1: hue angle of 265.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A889D1 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168137209-
CMYK0.200.3400.18
HSL265.83º43.9%67.84%-
HSV(B)265.83º34.45%81.96%-
XYZ36.630.8264.34-
YUV154.48158.77137.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 137 (53.91% from 255) = 26.65%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=32.68%
G=26.65%
B=40.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681372090.200.3400.18265.8343.967.84
HexA889D1142201210a2c44
Octal250211321244202241254104
Binary101010001000100111010001101001000100100101000010101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889D1; }

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

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

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

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

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

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

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

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