#A88DF9

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

Shades of Biloba Flower #A88DF9

Tints of Biloba Flower #A88DF9

Color information

#A88DF9 (or 0xA88DF9) is unknown color: approx Biloba Flower. HEX triplet: A8, 8D and F9. RGB value is (168,141,249). Sum of RGB (Red+Green+Blue) = 168+141+249=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #A88DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88DF9 is #577206. Grayscale: #A0A0A0. Windows color (decimal): -5730823 or 16354728. OLE color: 16354728.

HSL color Cylindrical-coordinate representation of color #A88DF9: hue angle of 255º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A88DF9 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168141249-
CMYK0.330.4300.02
HSL255º90%76.47%-
HSV(B)255º43.37%97.65%-
XYZ42.7734.2193.97-
YUV161.38177.45132.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 249 (97.66% from 255) = 44.62%
R=30.11%
G=25.27%
B=44.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681412490.330.4300.022559076.47
HexA88DF9212B02ff5a4c
Octal250215371415302377132114
Binary1010100010001101111110011000011010110101111111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DF9; }

 p { color: rgb(168,141,249); }

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

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

 a { background-color: rgb(168,141,249); }

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

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

 span { border-color: rgb(168,141,249); }

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