#AA9FCC

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

Shades of Biloba Flower #AA9FCC

Tints of Biloba Flower #AA9FCC

Color information

#AA9FCC (or 0xAA9FCC) is unknown color: approx Biloba Flower. HEX triplet: AA, 9F and CC. RGB value is (170,159,204). Sum of RGB (Red+Green+Blue) = 170+159+204=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FCC is #556033. Grayscale: #A7A7A7. Windows color (decimal): -5595188 or 13410218. OLE color: 13410218.

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

Color convert

RGB170159204-
CMYK0.170.2200.2
HSL254.67º30.61%71.18%-
HSV(B)254.67º22.06%80%-
XYZ39.8737.762.3-
YUV167.42148.64129.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=31.89%
G=29.83%
B=38.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701592040.170.2200.2254.6730.6171.18
HexAA9FCC1116014ff1f47
Octal252237314212602437737107
Binary101010101001111111001100100011011001010011111111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FCC; }

 p { color: rgb(170,159,204); }

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

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

 a { background-color: rgb(170,159,204); }

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

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

 span { border-color: rgb(170,159,204); }

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