#AA88FA

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

Shades of Biloba Flower #AA88FA

Tints of Biloba Flower #AA88FA

Color information

#AA88FA (or 0xAA88FA) is unknown color: approx Biloba Flower. HEX triplet: AA, 88 and FA. RGB value is (170,136,250). Sum of RGB (Red+Green+Blue) = 170+136+250=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA88FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA88FA is #557705. Grayscale: #9E9E9E. Windows color (decimal): -5601030 or 16418986. OLE color: 16418986.

HSL color Cylindrical-coordinate representation of color #AA88FA: hue angle of 257.89º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA88FA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170136250-
CMYK0.320.4600.02
HSL257.89º91.94%75.69%-
HSV(B)257.89º45.6%98.04%-
XYZ42.6433.0694.58-
YUV159.16179.26135.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=30.58%
G=24.46%
B=44.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701362500.320.4600.02257.8991.9475.69
HexAA88FA202E021025c4c
Octal252210372405602402134114
Binary10101010100010001111101010000010111001010000001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88FA; }

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

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

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

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

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

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

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

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