#AA8DDC

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

Shades of Biloba Flower #AA8DDC

Tints of Biloba Flower #AA8DDC

Color information

#AA8DDC (or 0xAA8DDC) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and DC. RGB value is (170,141,220). Sum of RGB (Red+Green+Blue) = 170+141+220=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DDC is #557223. Grayscale: #9E9E9E. Windows color (decimal): -5599780 or 14454186. OLE color: 14454186.

HSL color Cylindrical-coordinate representation of color #AA8DDC: hue angle of 262.03º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA8DDC is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170141220-
CMYK0.230.3600.14
HSL262.03º53.02%70.78%-
HSV(B)262.03º35.91%86.27%-
XYZ39.0232.7671.98-
YUV158.68162.61136.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=32.02%
G=26.55%
B=41.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701412200.230.3600.14262.0353.0270.78
HexAA8DDC17240E1063547
Octal252215334274401640665107
Binary10101010100011011101110010111100100011101000001101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DDC; }

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

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

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

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

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

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

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

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