#AA97D5

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

Shades of Biloba Flower #AA97D5

Tints of Biloba Flower #AA97D5

Color information

#AA97D5 (or 0xAA97D5) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and D5. RGB value is (170,151,213). Sum of RGB (Red+Green+Blue) = 170+151+213=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA97D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97D5 is #55682A. Grayscale: #A3A3A3. Windows color (decimal): -5597227 or 13997994. OLE color: 13997994.

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

Color convert

RGB170151213-
CMYK0.200.2900.16
HSL258.39º42.47%71.37%-
HSV(B)258.39º29.11%83.53%-
XYZ39.6535.4867.71-
YUV163.75155.79132.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=31.84%
G=28.28%
B=39.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701512130.200.2900.16258.3942.4771.37
HexAA97D5141D0101022a47
Octal252227325243502040252107
Binary10101010100101111101010110100111010100001000000101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97D5; }

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

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

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

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

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

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

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

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