#AA9AC8

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

Shades of Biloba Flower #AA9AC8

Tints of Biloba Flower #AA9AC8

Color information

#AA9AC8 (or 0xAA9AC8) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and C8. RGB value is (170,154,200). Sum of RGB (Red+Green+Blue) = 170+154+200=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA9AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AC8 is #556537. Grayscale: #A3A3A3. Windows color (decimal): -5596472 or 13146794. OLE color: 13146794.

HSL color Cylindrical-coordinate representation of color #AA9AC8: hue angle of 260.87º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9AC8 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170154200-
CMYK0.150.2300.22
HSL260.87º29.49%69.41%-
HSV(B)260.87º23%78.43%-
XYZ38.5635.8359.53-
YUV164.03148.3132.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=32.44%
G=29.39%
B=38.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701542000.150.2300.22260.8729.4969.41
HexAA9AC8F170161051d45
Octal252232310172702640535105
Binary101010101001101011001000111110111010110100000101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AC8; }

 p { color: rgb(170,154,200); }

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

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

 a { background-color: rgb(170,154,200); }

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

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

 span { border-color: rgb(170,154,200); }

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