#AA8DCF

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

Shades of Biloba Flower #AA8DCF

Tints of Biloba Flower #AA8DCF

Color information

#AA8DCF (or 0xAA8DCF) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and CF. RGB value is (170,141,207). Sum of RGB (Red+Green+Blue) = 170+141+207=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DCF is #557230. Grayscale: #9C9C9C. Windows color (decimal): -5599793 or 13602218. OLE color: 13602218.

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

Color convert

RGB170141207-
CMYK0.180.3200.19
HSL266.36º40.74%68.24%-
HSV(B)266.36º31.88%81.18%-
XYZ37.3632.163.26-
YUV157.2156.11137.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=32.82%
G=27.22%
B=39.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701412070.180.3200.19266.3640.7468.24
HexAA8DCF122001310a2944
Octal252215317224002341251104
Binary101010101000110111001111100101000000100111000010101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DCF; }

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

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

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

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

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

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

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

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