#AA8FCC

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

Shades of Biloba Flower #AA8FCC

Tints of Biloba Flower #AA8FCC

Color information

#AA8FCC (or 0xAA8FCC) is unknown color: approx Biloba Flower. HEX triplet: AA, 8F and CC. RGB value is (170,143,204). Sum of RGB (Red+Green+Blue) = 170+143+204=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FCC is #557033. Grayscale: #9D9D9D. Windows color (decimal): -5599284 or 13406122. OLE color: 13406122.

HSL color Cylindrical-coordinate representation of color #AA8FCC: hue angle of 266.56º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8FCC is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170143204-
CMYK0.170.3000.2
HSL266.56º37.42%68.04%-
HSV(B)266.56º29.9%80%-
XYZ37.332.5561.44-
YUV158.03153.95136.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=32.88%
G=27.66%
B=39.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701432040.170.3000.2266.5637.4268.04
HexAA8FCC111E01410b2544
Octal252217314213602441345104
Binary10101010100011111100110010001111100101001000010111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FCC; }

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

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

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

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

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

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

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

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