#A997D9

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

Shades of Biloba Flower #A997D9

Tints of Biloba Flower #A997D9

Color information

#A997D9 (or 0xA997D9) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and D9. RGB value is (169,151,217). Sum of RGB (Red+Green+Blue) = 169+151+217=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #A997D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997D9 is #566826. Grayscale: #A3A3A3. Windows color (decimal): -5662759 or 14260137. OLE color: 14260137.

HSL color Cylindrical-coordinate representation of color #A997D9: hue angle of 256.36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A997D9 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169151217-
CMYK0.220.3000.15
HSL256.36º46.48%72.16%-
HSV(B)256.36º30.41%85.1%-
XYZ39.9535.5870.41-
YUV163.91157.96131.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 151 (59.38% from 255) = 28.12%
BLUE value IS 217 (85.16% from 255) = 40.41%
R=31.47%
G=28.12%
B=40.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691512170.220.3000.15256.3646.4872.16
HexA997D9161E0F1002e48
Octal251227331263601740056110
Binary1010100110010111110110011011011110011111000000001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997D9; }

 p { color: rgb(169,151,217); }

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

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

 a { background-color: rgb(169,151,217); }

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

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

 span { border-color: rgb(169,151,217); }

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