#AA8ECD

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

Shades of Biloba Flower #AA8ECD

Tints of Biloba Flower #AA8ECD

Color information

#AA8ECD (or 0xAA8ECD) is unknown color: approx Biloba Flower. HEX triplet: AA, 8E and CD. RGB value is (170,142,205). Sum of RGB (Red+Green+Blue) = 170+142+205=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ECD is #557132. Grayscale: #9D9D9D. Windows color (decimal): -5599539 or 13471402. OLE color: 13471402.

HSL color Cylindrical-coordinate representation of color #AA8ECD: hue angle of 266.67º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8ECD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170142205-
CMYK0.170.3100.20
HSL266.67º38.65%68.04%-
HSV(B)266.67º30.73%80.39%-
XYZ37.2732.362.03-
YUV157.55154.78136.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=32.88%
G=27.47%
B=39.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701422050.170.3100.20266.6738.6568.04
HexAA8ECD111F01410b2744
Octal252216315213702441347104
Binary10101010100011101100110110001111110101001000010111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8ECD; }

 p { color: rgb(170,142,205); }

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

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

 a { background-color: rgb(170,142,205); }

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

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

 span { border-color: rgb(170,142,205); }

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