#AA9AFD

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

Shades of Biloba Flower #AA9AFD

Tints of Biloba Flower #AA9AFD

Color information

#AA9AFD (or 0xAA9AFD) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and FD. RGB value is (170,154,253). Sum of RGB (Red+Green+Blue) = 170+154+253=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA9AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9AFD is #556502. Grayscale: #A9A9A9. Windows color (decimal): -5596419 or 16620202. OLE color: 16620202.

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

Color convert

RGB170154253-
CMYK0.330.3900.01
HSL249.7º96.12%79.8%-
HSV(B)249.7º39.13%99.22%-
XYZ45.8638.7597.99-
YUV170.07174.8127.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=29.46%
G=26.69%
B=43.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701542530.330.3900.01249.796.1279.8
HexAA9AFD212701fa6050
Octal252232375414701372140120
Binary101010101001101011111101100001100111011111101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AFD; }

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

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

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

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

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

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

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

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