#A88DDE

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

Shades of Biloba Flower #A88DDE

Tints of Biloba Flower #A88DDE

Color information

#A88DDE (or 0xA88DDE) is unknown color: approx Biloba Flower. HEX triplet: A8, 8D and DE. RGB value is (168,141,222). Sum of RGB (Red+Green+Blue) = 168+141+222=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #A88DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DDE is #577221. Grayscale: #9E9E9E. Windows color (decimal): -5730850 or 14585256. OLE color: 14585256.

HSL color Cylindrical-coordinate representation of color #A88DDE: hue angle of 260º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88DDE is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168141222-
CMYK0.240.3600.13
HSL260º55.1%71.18%-
HSV(B)260º36.49%87.06%-
XYZ38.8632.6573.36-
YUV158.31163.95134.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=31.64%
G=26.55%
B=41.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681412220.240.3600.1326055.171.18
HexA88DDE18240D1043747
Octal250215336304401540467107
Binary10101000100011011101111011000100100011011000001001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DDE; }

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

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

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

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

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

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

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

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