#AA88F0

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

Shades of Biloba Flower #AA88F0

Tints of Biloba Flower #AA88F0

Color information

#AA88F0 (or 0xAA88F0) is unknown color: approx Biloba Flower. HEX triplet: AA, 88 and F0. RGB value is (170,136,240). Sum of RGB (Red+Green+Blue) = 170+136+240=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA88F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA88F0 is #55770F. Grayscale: #9D9D9D. Windows color (decimal): -5601040 or 15763626. OLE color: 15763626.

HSL color Cylindrical-coordinate representation of color #AA88F0: hue angle of 259.62º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA88F0 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170136240-
CMYK0.290.4300.06
HSL259.62º77.61%73.73%-
HSV(B)259.62º43.33%94.12%-
XYZ41.1132.4586.53-
YUV158.02174.26136.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 240 (94.14% from 255) = 43.96%
R=31.14%
G=24.91%
B=43.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701362400.290.4300.06259.6277.6173.73
HexAA88F01D2B061044e4a
Octal252210360355306404116112
Binary10101010100010001111000011101101011011010000010010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88F0; }

 p { color: rgb(170,136,240); }

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

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

 a { background-color: rgb(170,136,240); }

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

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

 span { border-color: rgb(170,136,240); }

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