#AA97D4

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

Shades of Biloba Flower #AA97D4

Tints of Biloba Flower #AA97D4

Color information

#AA97D4 (or 0xAA97D4) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and D4. RGB value is (170,151,212). Sum of RGB (Red+Green+Blue) = 170+151+212=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA97D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97D4 is #55682B. Grayscale: #A3A3A3. Windows color (decimal): -5597228 or 13932458. OLE color: 13932458.

HSL color Cylindrical-coordinate representation of color #AA97D4: hue angle of 258.69º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA97D4 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB170151212-
CMYK0.200.2900.17
HSL258.69º41.5%71.18%-
HSV(B)258.69º28.77%83.14%-
XYZ39.5335.4367.04-
YUV163.64155.29132.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 151 (59.38% from 255) = 28.33%
BLUE value IS 212 (83.20% from 255) = 39.77%
R=31.89%
G=28.33%
B=39.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701512120.200.2900.17258.6941.571.18
HexAA97D4141D0111032947
Octal252227324243502140351107
Binary10101010100101111101010010100111010100011000000111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97D4; }

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

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

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

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

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

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

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

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