#AA97FF

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

Shades of Biloba Flower #AA97FF

Tints of Biloba Flower #AA97FF

Color information

#AA97FF (or 0xAA97FF) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and FF. RGB value is (170,151,255). Sum of RGB (Red+Green+Blue) = 170+151+255=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA97FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA97FF is #556800. Grayscale: #A8A8A8. Windows color (decimal): -5597185 or 16750506. OLE color: 16750506.

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

Color convert

RGB170151255-
CMYK0.330.4100
HSL250.96º100%79.61%-
HSV(B)250.96º40.78%100%-
XYZ45.6937.999.51-
YUV168.54176.79129.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 255 (100% from 255) = 44.27%
R=29.51%
G=26.22%
B=44.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701512550.330.4100250.9610079.61
HexAA97FF212900fb6450
Octal252227377415100373144120
Binary101010101001011111111111100001101001001111101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97FF; }

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

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

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

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

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

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

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

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