#AA8DD5

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

Shades of Biloba Flower #AA8DD5

Tints of Biloba Flower #AA8DD5

Color information

#AA8DD5 (or 0xAA8DD5) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and D5. RGB value is (170,141,213). Sum of RGB (Red+Green+Blue) = 170+141+213=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA8DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DD5 is #55722A. Grayscale: #9D9D9D. Windows color (decimal): -5599787 or 13995434. OLE color: 13995434.

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

Color convert

RGB170141213-
CMYK0.200.3400.16
HSL264.17º46.15%69.41%-
HSV(B)264.17º33.8%83.53%-
XYZ38.1132.467.2-
YUV157.88159.11136.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 213 (83.59% from 255) = 40.65%
R=32.44%
G=26.91%
B=40.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701412130.200.3400.16264.1746.1569.41
HexAA8DD514220101082e45
Octal252215325244202041056105
Binary101010101000110111010101101001000100100001000010001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DD5; }

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

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

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

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

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

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

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

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