#AA9AFE

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

Shades of Biloba Flower #AA9AFE

Tints of Biloba Flower #AA9AFE

Color information

#AA9AFE (or 0xAA9AFE) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and FE. RGB value is (170,154,254). Sum of RGB (Red+Green+Blue) = 170+154+254=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA9AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9AFE is #556501. Grayscale: #A9A9A9. Windows color (decimal): -5596418 or 16685738. OLE color: 16685738.

HSL color Cylindrical-coordinate representation of color #AA9AFE: hue angle of 249.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA9AFE is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB170154254-
CMYK0.330.3900.00
HSL249.6º98.04%80%-
HSV(B)249.6º39.37%99.61%-
XYZ46.0238.8198.83-
YUV170.18175.3127.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 254 (99.61% from 255) = 43.94%
R=29.41%
G=26.64%
B=43.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701542540.330.3900.00249.698.0480
HexAA9AFE212700fa6250
Octal252232376414700372142120
Binary101010101001101011111110100001100111001111101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AFE; }

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

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

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

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

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

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

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

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