#AA8FD8

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

Shades of Biloba Flower #AA8FD8

Tints of Biloba Flower #AA8FD8

Color information

#AA8FD8 (or 0xAA8FD8) is unknown color: approx Biloba Flower. HEX triplet: AA, 8F and D8. RGB value is (170,143,216). Sum of RGB (Red+Green+Blue) = 170+143+216=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA8FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FD8 is #557027. Grayscale: #9F9F9F. Windows color (decimal): -5599272 or 14192554. OLE color: 14192554.

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

Color convert

RGB170143216-
CMYK0.210.3400.15
HSL262.19º48.34%70.39%-
HSV(B)262.19º33.8%84.71%-
XYZ38.7933.1569.32-
YUV159.39159.95135.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=32.14%
G=27.03%
B=40.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701432160.210.3400.15262.1948.3470.39
HexAA8FD815220F1063046
Octal252217330254201740660106
Binary10101010100011111101100010101100010011111000001101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FD8; }

 p { color: rgb(170,143,216); }

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

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

 a { background-color: rgb(170,143,216); }

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

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

 span { border-color: rgb(170,143,216); }

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