#AA8ECF

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

Shades of Biloba Flower #AA8ECF

Tints of Biloba Flower #AA8ECF

Color information

#AA8ECF (or 0xAA8ECF) is unknown color: approx Biloba Flower. HEX triplet: AA, 8E and CF. RGB value is (170,142,207). Sum of RGB (Red+Green+Blue) = 170+142+207=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA8ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ECF is #557130. Grayscale: #9D9D9D. Windows color (decimal): -5599537 or 13602474. OLE color: 13602474.

HSL color Cylindrical-coordinate representation of color #AA8ECF: hue angle of 265.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8ECF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170142207-
CMYK0.180.3100.19
HSL265.85º40.37%68.43%-
HSV(B)265.85º31.4%81.18%-
XYZ37.5132.463.31-
YUV157.78155.78136.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=32.76%
G=27.36%
B=39.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701422070.180.3100.19265.8540.3768.43
HexAA8ECF121F01310a2844
Octal252216317223702341250104
Binary10101010100011101100111110010111110100111000010101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8ECF; }

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

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

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

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

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

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

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

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