#AA97CD

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

Shades of Biloba Flower #AA97CD

Tints of Biloba Flower #AA97CD

Color information

#AA97CD (or 0xAA97CD) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and CD. RGB value is (170,151,205). Sum of RGB (Red+Green+Blue) = 170+151+205=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA97CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97CD is #556832. Grayscale: #A2A2A2. Windows color (decimal): -5597235 or 13473706. OLE color: 13473706.

HSL color Cylindrical-coordinate representation of color #AA97CD: hue angle of 261.11º degrees, saturation: 0.35, 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 #AA97CD is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170151205-
CMYK0.170.2600.20
HSL261.11º35.06%69.8%-
HSV(B)261.11º26.34%80.39%-
XYZ38.6635.0962.49-
YUV162.84151.79133.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=32.32%
G=28.71%
B=38.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701512050.170.2600.20261.1135.0669.8
HexAA97CD111A0141052346
Octal252227315213202440543106
Binary10101010100101111100110110001110100101001000001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97CD; }

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

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

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

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

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

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

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

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