#A997D0

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

Shades of Biloba Flower #A997D0

Tints of Biloba Flower #A997D0

Color information

#A997D0 (or 0xA997D0) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and D0. RGB value is (169,151,208). Sum of RGB (Red+Green+Blue) = 169+151+208=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #A997D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997D0 is #56682F. Grayscale: #A2A2A2. Windows color (decimal): -5662768 or 13670313. OLE color: 13670313.

HSL color Cylindrical-coordinate representation of color #A997D0: hue angle of 258.95º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A997D0 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169151208-
CMYK0.190.2700.18
HSL258.95º37.75%70.39%-
HSV(B)258.95º27.4%81.57%-
XYZ38.8135.1264.41-
YUV162.88153.46132.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=32.01%
G=28.60%
B=39.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691512080.190.2700.18258.9537.7570.39
HexA997D0131B0121032646
Octal251227320233302240346106
Binary10101001100101111101000010011110110100101000000111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997D0; }

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

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

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

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

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

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

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

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