#A88DD7

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

Shades of Biloba Flower #A88DD7

Tints of Biloba Flower #A88DD7

Color information

#A88DD7 (or 0xA88DD7) is unknown color: approx Biloba Flower. HEX triplet: A8, 8D and D7. RGB value is (168,141,215). Sum of RGB (Red+Green+Blue) = 168+141+215=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #A88DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DD7 is #577228. Grayscale: #9D9D9D. Windows color (decimal): -5730857 or 14126504. OLE color: 14126504.

HSL color Cylindrical-coordinate representation of color #A88DD7: hue angle of 261.89º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A88DD7 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168141215-
CMYK0.220.3400.16
HSL261.89º48.05%69.8%-
HSV(B)261.89º34.42%84.31%-
XYZ37.9432.2868.52-
YUV157.51160.45135.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=32.06%
G=26.91%
B=41.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681412150.220.3400.16261.8948.0569.8
HexA88DD716220101063046
Octal250215327264202040660106
Binary101010001000110111010111101101000100100001000001101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DD7; }

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

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

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

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

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

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

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

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