#A889D0

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

Shades of Biloba Flower #A889D0

Tints of Biloba Flower #A889D0

Color information

#A889D0 (or 0xA889D0) is unknown color: approx Biloba Flower. HEX triplet: A8, 89 and D0. RGB value is (168,137,208). Sum of RGB (Red+Green+Blue) = 168+137+208=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #A889D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889D0 is #57762F. Grayscale: #9A9A9A. Windows color (decimal): -5731888 or 13666728. OLE color: 13666728.

HSL color Cylindrical-coordinate representation of color #A889D0: hue angle of 266.2º degrees, saturation: 0.43, 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 #A889D0 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168137208-
CMYK0.190.3400.18
HSL266.2º43.03%67.65%-
HSV(B)266.2º34.13%81.57%-
XYZ36.4830.7763.69-
YUV154.36158.27137.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=32.75%
G=26.71%
B=40.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681372080.190.3400.18266.243.0367.65
HexA889D0132201210a2b44
Octal250211320234202241253104
Binary101010001000100111010000100111000100100101000010101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889D0; }

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

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

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

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

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

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

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

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