#AA97CC

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

Shades of Biloba Flower #AA97CC

Tints of Biloba Flower #AA97CC

Color information

#AA97CC (or 0xAA97CC) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and CC. RGB value is (170,151,204). Sum of RGB (Red+Green+Blue) = 170+151+204=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA97CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97CC is #556833. Grayscale: #A2A2A2. Windows color (decimal): -5597236 or 13408170. OLE color: 13408170.

HSL color Cylindrical-coordinate representation of color #AA97CC: hue angle of 261.51º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA97CC is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170151204-
CMYK0.170.2600.2
HSL261.51º34.19%69.61%-
HSV(B)261.51º25.98%80%-
XYZ38.5435.0461.86-
YUV162.72151.29133.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=32.38%
G=28.76%
B=38.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701512040.170.2600.2261.5134.1969.61
HexAA97CC111A0141062246
Octal252227314213202440642106
Binary10101010100101111100110010001110100101001000001101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97CC; }

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

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

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

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

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

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

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

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