#AA8CDD

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

Shades of Biloba Flower #AA8CDD

Tints of Biloba Flower #AA8CDD

Color information

#AA8CDD (or 0xAA8CDD) is unknown color: approx Biloba Flower. HEX triplet: AA, 8C and DD. RGB value is (170,140,221). Sum of RGB (Red+Green+Blue) = 170+140+221=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CDD is #557322. Grayscale: #9D9D9D. Windows color (decimal): -5600035 or 14519466. OLE color: 14519466.

HSL color Cylindrical-coordinate representation of color #AA8CDD: hue angle of 262.22º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA8CDD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170140221-
CMYK0.230.3700.13
HSL262.22º54.36%70.78%-
HSV(B)262.22º36.65%86.67%-
XYZ39.0132.5272.63-
YUV158.2163.44136.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=32.02%
G=26.37%
B=41.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701402210.230.3700.13262.2254.3670.78
HexAA8CDD17250D1063647
Octal252214335274501540666107
Binary10101010100011001101110110111100101011011000001101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CDD; }

 p { color: rgb(170,140,221); }

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

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

 a { background-color: rgb(170,140,221); }

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

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

 span { border-color: rgb(170,140,221); }

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