#AA8DF6

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

Shades of Biloba Flower #AA8DF6

Tints of Biloba Flower #AA8DF6

Color information

#AA8DF6 (or 0xAA8DF6) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and F6. RGB value is (170,141,246). Sum of RGB (Red+Green+Blue) = 170+141+246=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA8DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DF6 is #557209. Grayscale: #A1A1A1. Windows color (decimal): -5599754 or 16158122. OLE color: 16158122.

HSL color Cylindrical-coordinate representation of color #AA8DF6: hue angle of 256.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA8DF6 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170141246-
CMYK0.310.4300.04
HSL256.57º85.37%75.88%-
HSV(B)256.57º42.68%96.47%-
XYZ42.7434.2591.55-
YUV161.64175.61133.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 246 (96.48% from 255) = 44.17%
R=30.52%
G=25.31%
B=44.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701412460.310.4300.04256.5785.3775.88
HexAA8DF61F2B04101554c
Octal252215366375304401125114
Binary10101010100011011111011011111101011010010000000110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DF6; }

 p { color: rgb(170,141,246); }

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

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

 a { background-color: rgb(170,141,246); }

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

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

 span { border-color: rgb(170,141,246); }

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