#A88FD9

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

Shades of Biloba Flower #A88FD9

Tints of Biloba Flower #A88FD9

Color information

#A88FD9 (or 0xA88FD9) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and D9. RGB value is (168,143,217). Sum of RGB (Red+Green+Blue) = 168+143+217=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #A88FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FD9 is #577026. Grayscale: #9E9E9E. Windows color (decimal): -5730343 or 14258088. OLE color: 14258088.

HSL color Cylindrical-coordinate representation of color #A88FD9: hue angle of 260.27º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A88FD9 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168143217-
CMYK0.230.3400.15
HSL260.27º49.33%70.59%-
HSV(B)260.27º34.1%85.1%-
XYZ38.532.9869.98-
YUV158.91160.78134.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 217 (85.16% from 255) = 41.10%
R=31.82%
G=27.08%
B=41.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681432170.230.3400.15260.2749.3370.59
HexA88FD917220F1043147
Octal250217331274201740461107
Binary10101000100011111101100110111100010011111000001001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FD9; }

 p { color: rgb(168,143,217); }

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

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

 a { background-color: rgb(168,143,217); }

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

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

 span { border-color: rgb(168,143,217); }

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