#AA8CDE

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

Shades of Biloba Flower #AA8CDE

Tints of Biloba Flower #AA8CDE

Color information

#AA8CDE (or 0xAA8CDE) is unknown color: approx Biloba Flower. HEX triplet: AA, 8C and DE. RGB value is (170,140,222). Sum of RGB (Red+Green+Blue) = 170+140+222=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA8CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CDE is #557321. Grayscale: #9E9E9E. Windows color (decimal): -5600034 or 14585002. OLE color: 14585002.

HSL color Cylindrical-coordinate representation of color #AA8CDE: hue angle of 261.95º degrees, saturation: 0.55, 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 #AA8CDE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170140222-
CMYK0.230.3700.13
HSL261.95º55.41%70.98%-
HSV(B)261.95º36.94%87.06%-
XYZ39.1432.5873.33-
YUV158.32163.94136.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=31.95%
G=26.32%
B=41.73%

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
Decimal1701402220.230.3700.13261.9555.4170.98
HexAA8CDE17250D1063747
Octal252214336274501540667107
Binary10101010100011001101111010111100101011011000001101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CDE; }

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

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

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

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

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

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

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

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