#AA96FE

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

Shades of Biloba Flower #AA96FE

Tints of Biloba Flower #AA96FE

Color information

#AA96FE (or 0xAA96FE) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and FE. RGB value is (170,150,254). Sum of RGB (Red+Green+Blue) = 170+150+254=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA96FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96FE is #556901. Grayscale: #A7A7A7. Windows color (decimal): -5597442 or 16684714. OLE color: 16684714.

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

Color convert

RGB170150254-
CMYK0.330.4100.00
HSL251.54º98.11%79.22%-
HSV(B)251.54º40.94%99.61%-
XYZ45.3737.5198.62-
YUV167.84176.63129.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=29.62%
G=26.13%
B=44.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701502540.330.4100.00251.5498.1179.22
HexAA96FE212900fc624f
Octal252226376415100374142117
Binary101010101001011011111110100001101001001111110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96FE; }

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

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

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

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

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

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

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

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