#AA97FE

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

Shades of Biloba Flower #AA97FE

Tints of Biloba Flower #AA97FE

Color information

#AA97FE (or 0xAA97FE) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and FE. RGB value is (170,151,254). Sum of RGB (Red+Green+Blue) = 170+151+254=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA97FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA97FE is #556801. Grayscale: #A8A8A8. Windows color (decimal): -5597186 or 16684970. OLE color: 16684970.

HSL color Cylindrical-coordinate representation of color #AA97FE: hue angle of 251.07º 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 #AA97FE is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB170151254-
CMYK0.330.4100.00
HSL251.07º98.1%79.41%-
HSV(B)251.07º40.55%99.61%-
XYZ45.5337.8498.67-
YUV168.42176.29129.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 151 (59.38% from 255) = 26.26%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=29.57%
G=26.26%
B=44.17%

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
Decimal1701512540.330.4100.00251.0798.179.41
HexAA97FE212900fb624f
Octal252227376415100373142117
Binary101010101001011111111110100001101001001111101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97FE; }

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

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

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

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

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

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

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

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